summaryrefslogtreecommitdiff
path: root/src/core/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* renderdoc: Check for `_WIN32` symbol rather than `WIN32`Gravatar Cathy J. Fitzpatrick2023-09-181-1/+1
* debug: Add renderdoc capture hotkeyGravatar GPUCode2023-09-142-0/+77
* 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-232-6/+4
* 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-032-3/+3
* freezer: Move entry finding to its own functionGravatar Lioncash2020-08-062-12/+21
* 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-272-6/+7
* core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-152-7/+8
* 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-172-6/+6
* 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-262-8/+13
* core_timing: Use better reference tracking for EventType. (#3159)Gravatar bunnei2019-11-262-2/+3
* freezer: Update documentationGravatar Zach Hilman2019-06-201-1/+8
* core: Move Freezer class to tools namespaceGravatar Zach Hilman2019-06-202-0/+263