summaryrefslogtreecommitdiff
path: root/src/core/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-23core_timing: remove user data valueGravatar Liam2-10/+9
2023-09-18renderdoc: Check for `_WIN32` symbol rather than `WIN32`Gravatar Cathy J. Fitzpatrick1-1/+1
2023-09-14debug: Add renderdoc capture hotkeyGravatar GPUCode2-0/+77
2022-07-10Rework CoreTimingGravatar Kelebek11-1/+3
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashGravatar Liam1-1/+0
2022-04-23general: Convert source file copyright comments over to SPDXGravatar Morph2-6/+4
2022-04-07core: Replace lock_guard with scoped_lockGravatar Merry1-9/+9
2021-11-03core: Remove unused includesGravatar ameerj1-2/+0
2021-05-03core: Resolve misc cases of variable shadowingGravatar Lioncash2-3/+3
2020-08-06freezer: Move entry finding to its own functionGravatar Lioncash2-12/+21
2020-08-06freezer: Take address values by valueGravatar Lioncash1-3/+3
2020-08-06freezer: Make use of std::erase_ifGravatar Lioncash1-4/+1
2020-07-27core_timing: Make use of uintptr_t to represent user_dataGravatar Lioncash2-6/+7
2020-07-15core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2-7/+8
2020-07-15core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash1-4/+5
2020-06-27General: Recover Prometheus project from harddrive failure Gravatar Fernando Sahmkow1-4/+4
2020-04-17core: memory: Move to Core::Memory namespace.Gravatar bunnei2-6/+6
2020-02-11Core: Set all hardware emulation constants in a single file.Gravatar Fernando Sahmkow1-1/+2
2019-11-26core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-4/+4
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash1-4/+4
2019-11-26core: Prepare various classes for memory read/write migrationGravatar Lioncash2-8/+13
2019-11-26core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei2-2/+3
2019-06-20freezer: Update documentationGravatar Zach Hilman1-1/+8
2019-06-20core: Move Freezer class to tools namespaceGravatar Zach Hilman2-0/+263