mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Fix rsx capture replay
Allow to capture non-increment cmd flag that was missing in command.reg
This commit is contained in:
parent
87988e9da8
commit
45ed58cdaf
4 changed files with 45 additions and 35 deletions
|
@ -31,6 +31,7 @@ class GSRender;
|
|||
#define CMD_DEBUG 0
|
||||
|
||||
bool user_asked_for_frame_capture = false;
|
||||
bool capture_current_frame = false;
|
||||
rsx::frame_trace_data frame_debug;
|
||||
rsx::frame_capture_data frame_capture;
|
||||
RSXIOTable RSXIOMem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue