mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +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
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue