ppsspp/GPU/Debugger
Unknown W. Brackets a6bc9acf16 GE Debugger: Correct LastVRAM mirror wrap around.
Oops, this fixes crashes when textures are used near the edge of VRAM.
2022-11-27 19:59:57 -08:00
..
Breakpoints.cpp Merge pull request #16150 from unknownbrackets/vram-mirrors 2022-10-03 11:56:24 +02:00
Breakpoints.h GE Debugger: Add conditions to cmd breakpoints. 2022-09-05 17:33:54 -07:00
Debugger.cpp Better readability and optimization insertion into container by replacing 'insert' -> 'emplace', 'push_back' -> 'emplace_back' 2022-09-30 12:35:28 +03:00
Debugger.h GE Debugger: Add separate step based on vsync. 2022-08-23 19:48:34 -07:00
GECommandTable.cpp GE Debugger: Provide addrs in breakpoint conds. 2022-09-11 10:57:04 -07:00
GECommandTable.h GE Debugger: Add fields to register expressions. 2022-09-11 13:09:03 -07:00
Playback.cpp GE Debugger: Correct texture address corruption. 2022-11-19 14:59:52 -08:00
Playback.h GE Debugger: Split playback into a separate file. 2019-06-23 18:49:27 -07:00
Record.cpp GE Debugger: Correct LastVRAM mirror wrap around. 2022-11-27 19:59:57 -08:00
Record.h GE Debugger: Record 1 flip if no display calls. 2022-08-23 19:20:14 -07:00
RecordFormat.h GE Debugger: Record the Edram translation value. 2022-10-01 23:48:06 -07:00
Stepping.cpp GE Debugger: Display if tex is framebuf. 2022-10-10 22:35:42 -07:00
Stepping.h GE Debugger: Display if tex is framebuf. 2022-10-10 22:35:42 -07:00