summaryrefslogtreecommitdiffstats
path: root/src/core/tools/freezer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-12Core: Set all hardware emulation constants in a single file.Fernando Sahmkow1-1/+2
2019-11-27core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classLioncash1-4/+4
2019-11-27core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash1-4/+4
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-7/+7
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei1-1/+1
2019-06-21core: Move Freezer class to tools namespaceZach Hilman1-11/+11
2019-06-21freezer: Add documentation for methodsZach Hilman1-19/+21
2019-06-21memory: Add class to manage and enforce memory freezingZach Hilman1-0/+186