summaryrefslogtreecommitdiffstats
path: root/src/core/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-18renderdoc: Check for `_WIN32` symbol rather than `WIN32`Cathy J. Fitzpatrick1-1/+1
2023-09-14debug: Add renderdoc capture hotkeyGPUCode2-0/+77
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 SPDXMorph2-6/+4
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 shadowingLioncash2-3/+3
2020-08-06freezer: Move entry finding to its own functionLioncash2-12/+21
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_dataLioncash2-6/+7
2020-07-16core_timing: Make TimedCallback take std::chrono::nanosecondsLioncash2-7/+8
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.bunnei2-6/+6
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 migrationLioncash2-8/+13
2019-11-27core_timing: Use better reference tracking for EventType. (#3159)bunnei2-2/+3
2019-06-21freezer: Update documentationZach Hilman1-1/+8
2019-06-21core: Move Freezer class to tools namespaceZach Hilman2-0/+263