summaryrefslogtreecommitdiffstats
path: root/src/core/tools/freezer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-3/+3
| | | | - helpful to disambiguate Kernel::Memory namespace.
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-1/+6
| | | | | | | | | | Amends a few interfaces to be able to handle the migration over to the new Memory class by passing the class by reference as a function parameter where necessary. Notably, within the filesystem services, this eliminates two ReadBlock() calls by using the helper functions of HLERequestContext to do that for us.
* core_timing: Use better reference tracking for EventType. (#3159)bunnei2019-11-271-1/+2
| | | | | | | * core_timing: Use better reference tracking for EventType. - Moves ownership of the event to the caller, ensuring we don't fire events for destroyed objects. - Removes need for unique names - we won't be using this for save states anyways.
* freezer: Update documentationZach Hilman2019-06-211-1/+8
|
* core: Move Freezer class to tools namespaceZach Hilman2019-06-211-0/+75