summaryrefslogtreecommitdiff
path: root/src/core/tools/freezer.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core_timing: remove user data valueGravatar Liam2023-12-231-9/+8
* Rework CoreTimingGravatar Kelebek12022-07-101-1/+3
* common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam2022-06-131-1/+0
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* core: Replace lock_guard with scoped_lockGravatar Merry2022-04-071-9/+9
* core: Remove unused includesGravatar ameerj2021-11-031-2/+0
* core: Resolve misc cases of variable shadowingGravatar Lioncash2021-05-031-2/+2
* freezer: Move entry finding to its own functionGravatar Lioncash2020-08-061-11/+15
* freezer: Take address values by valueGravatar Lioncash2020-08-061-3/+3
* freezer: Make use of std::erase_ifGravatar Lioncash2020-08-061-4/+1
* core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2020-07-271-5/+6
* core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-151-6/+6
* core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash2020-07-151-4/+5
* General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow2020-06-271-4/+4
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-3/+3
* Core: Set all hardware emulation constants in a single file.Gravatar Fernando Sahmkow2020-02-111-1/+2
* core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-4/+4
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-4/+4
* core: Prepare various classes for memory read/write migrationGravatar Lioncash2019-11-261-7/+7
* core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei2019-11-261-1/+1
* core: Move Freezer class to tools namespaceGravatar Zach Hilman2019-06-201-0/+188