Fix rsx capture replay

Allow to capture non-increment cmd flag that was missing in command.reg
This commit is contained in:
eladash 2018-12-09 14:55:14 +02:00 committed by kd-11
parent 87988e9da8
commit 45ed58cdaf
4 changed files with 45 additions and 35 deletions

View file

@ -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;