.. |
BreakpointSubscriber.cpp
|
Stop pretending that DisassemblyManager isn't a singleton - it currently is.
|
2024-12-12 19:25:04 +01:00 |
BreakpointSubscriber.h
|
|
|
ClientConfigSubscriber.cpp
|
Warning fixes
|
2024-11-06 11:59:34 +01:00 |
ClientConfigSubscriber.h
|
Code cleanup, copyright typo fixed
|
2023-06-16 17:13:10 +03:00 |
CPUCoreSubscriber.cpp
|
More include cleanup
|
2024-12-18 13:57:26 +01:00 |
CPUCoreSubscriber.h
|
|
|
DisasmSubscriber.cpp
|
Stop pretending that DisassemblyManager isn't a singleton - it currently is.
|
2024-12-12 19:25:04 +01:00 |
DisasmSubscriber.h
|
|
|
GameBroadcaster.cpp
|
Debugger comments actualized (#17385)
|
2023-05-23 08:46:49 +02:00 |
GameBroadcaster.h
|
|
|
GameSubscriber.cpp
|
Logging API change (refactor) (#19324)
|
2024-07-14 14:42:59 +02:00 |
GameSubscriber.h
|
Debugger: Expose API to reset game.
|
2021-05-30 21:12:30 -07:00 |
GPUBufferSubscriber.cpp
|
Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping.
|
2024-12-01 21:04:21 +01:00 |
GPUBufferSubscriber.h
|
|
|
GPURecordSubscriber.cpp
|
Refactor: Make GPUCommon own the framedump "recorder".
|
2024-12-15 12:07:44 +01:00 |
GPURecordSubscriber.h
|
|
|
GPUStatsSubscriber.cpp
|
Move more core-related stuff into Core.cpp/h
|
2024-12-08 11:54:58 +01:00 |
GPUStatsSubscriber.h
|
Debugger: Add initial GPU stats shell.
|
2021-10-19 10:01:40 -07:00 |
HLESubscriber.cpp
|
More include cleanup
|
2024-12-18 13:57:26 +01:00 |
HLESubscriber.h
|
Remote API: hle.func.removeRange added
|
2022-10-09 19:11:14 +03:00 |
InputBroadcaster.cpp
|
Display: Move core counters/stats to HW file.
|
2022-01-30 11:53:48 -08:00 |
InputBroadcaster.h
|
|
|
InputSubscriber.cpp
|
Remove some unnecessary <algorithm> includes.
|
2024-12-18 17:04:27 +01:00 |
InputSubscriber.h
|
|
|
LogBroadcaster.cpp
|
Rework the log manager to be more robust
|
2024-12-16 12:33:58 +01:00 |
LogBroadcaster.h
|
|
|
MemoryInfoSubscriber.cpp
|
Global: Cleanup virtual/override specifiers.
|
2022-12-10 21:13:36 -08:00 |
MemoryInfoSubscriber.h
|
|
|
MemorySubscriber.cpp
|
Split Core_EnableStepping into Core_Break and Core_Resume
|
2024-11-03 17:53:42 +01:00 |
MemorySubscriber.h
|
|
|
ReplaySubscriber.cpp
|
Debugger comments actualized (#17385)
|
2023-05-23 08:46:49 +02:00 |
ReplaySubscriber.h
|
Debugger: Add stub API for replay functionality.
|
2021-05-29 14:50:57 -07:00 |
SteppingBroadcaster.cpp
|
Add two new core states, rename RUNNING to RUNNING_CPU and similar for stepping.
|
2024-12-01 21:04:21 +01:00 |
SteppingBroadcaster.h
|
|
|
SteppingSubscriber.cpp
|
Stop pretending that DisassemblyManager isn't a singleton - it currently is.
|
2024-12-12 19:25:04 +01:00 |
SteppingSubscriber.h
|
|
|
WebSocketUtils.cpp
|
Fixed syntax accessing method reviewed by Unknown W. Brackets <checkins@unknownbrackets.org>
|
2022-10-03 10:47:55 +03:00 |
WebSocketUtils.h
|
Log level/type: Use enum class instead of the awkward namespace trick.
|
2023-08-25 11:48:59 +02:00 |