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

@ -139,7 +139,7 @@ namespace rsx
//
}
if (rsx->capture_current_frame)
if (capture_current_frame)
{
rsx->capture_frame("clear");
}
@ -149,7 +149,7 @@ namespace rsx
{
rsx->do_method(NV4097_CLEAR_ZCULL_SURFACE, arg);
if (rsx->capture_current_frame)
if (capture_current_frame)
{
rsx->capture_frame("clear zcull memory");
}