summaryrefslogtreecommitdiffstats
path: root/src/core/tools/freezer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-23core_timing: remove user data valueLiam1-9/+8
2022-07-10Rework CoreTimingKelebek11-1/+3
2022-06-14common: Change semantics of UNREACHABLE to unconditionally crashLiam1-1/+0
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07core: Replace lock_guard with scoped_lockMerry1-9/+9
2021-11-04core: Remove unused includesameerj1-2/+0
2021-05-03core: Resolve misc cases of variable shadowingLioncash1-2/+2
2020-08-06freezer: Move entry finding to its own functionLioncash1-11/+15
2020-08-06freezer: Take address values by valueLioncash1-3/+3
2020-08-06freezer: Make use of std::erase_ifLioncash1-4/+1
2020-07-28core_timing: Make use of uintptr_t to represent user_dataLioncash1-5/+6
2020-07-16core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash1-6/+6
2020-07-16core_timing: Make use of std::chrono with ScheduleEventLioncash1-4/+5
2020-06-27General: Recover Prometheus project from harddrive failure Fernando Sahmkow1-4/+4
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-3/+3
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