ppsspp/Core/Debugger/WebSocket
2024-11-07 11:10:12 +01:00
..
BreakpointSubscriber.cpp Debugger: Add memory bp conditions to websockets. 2023-04-12 01:07:56 -07:00
BreakpointSubscriber.h Debugger: Refactor to allow simpler broadcasting. 2018-09-01 10:15:22 -07:00
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 Don't block the render thread while the CPU is paused. This is a prereq for imgui debuggers. 2024-11-05 12:53:21 +01:00
CPUCoreSubscriber.h Debugger: Refactor to allow simpler broadcasting. 2018-09-01 10:15:22 -07:00
DisasmSubscriber.cpp Start work on imdbg 2024-11-07 11:10:12 +01:00
DisasmSubscriber.h Debugger: Refactor to allow simpler broadcasting. 2018-09-01 10:15:22 -07:00
GameBroadcaster.cpp Debugger comments actualized (#17385) 2023-05-23 08:46:49 +02:00
GameBroadcaster.h Debugger: Organize WebSocket event handling. 2018-06-08 06:59:16 -07:00
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 GE Debugger: Display if tex is framebuf. 2022-10-10 22:35:42 -07:00
GPUBufferSubscriber.h Debugger: Refactor to allow simpler broadcasting. 2018-09-01 10:15:22 -07:00
GPURecordSubscriber.cpp Add "Create frame dump" to the in-game developer menu (that can be enabled in dev settings) 2023-08-24 14:41:35 +02:00
GPURecordSubscriber.h Debugger: Add an event for GE dump recording. 2018-09-01 10:59:37 -07:00
GPUStatsSubscriber.cpp Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
GPUStatsSubscriber.h Debugger: Add initial GPU stats shell. 2021-10-19 10:01:40 -07:00
HLESubscriber.cpp Using const reference for C++17 range-based loop and freq used objects 2023-12-13 17:33:01 +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 Debugger: Broadcast ctrl input events. 2021-01-18 18:14:48 -08:00
InputSubscriber.cpp Fix minor code issues flagged by PVS-Studio and reported by alphrixus. 2024-10-10 14:10:30 +02:00
InputSubscriber.h Debugger: Broadcast ctrl input events. 2021-01-18 18:14:48 -08:00
LogBroadcaster.cpp Log: Split out StdioListener from ConsoleListener, making the second Win32-only. 2024-07-21 13:55:40 +02:00
LogBroadcaster.h Debugger: Organize WebSocket event handling. 2018-06-08 06:59:16 -07:00
MemoryInfoSubscriber.cpp Global: Cleanup virtual/override specifiers. 2022-12-10 21:13:36 -08:00
MemoryInfoSubscriber.h Debugger: Add simple API to control tagging detail. 2021-04-04 20:23:51 -07:00
MemorySubscriber.cpp Split Core_EnableStepping into Core_Break and Core_Resume 2024-11-03 17:53:42 +01:00
MemorySubscriber.h Debugger: Add helper to read strings. 2020-12-28 11:13:26 -08:00
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 Debugger comments actualized (#17385) 2023-05-23 08:46:49 +02:00
SteppingBroadcaster.h Debugger: Use a counter when entering stepping. 2018-06-08 06:59:16 -07:00
SteppingSubscriber.cpp Don't block the render thread while the CPU is paused. This is a prereq for imgui debuggers. 2024-11-05 12:53:21 +01:00
SteppingSubscriber.h Debugger: Refactor to allow simpler broadcasting. 2018-09-01 10:15:22 -07:00
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