mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Invalidate Savestates
This commit is contained in:
parent
e303cc536c
commit
9ff91c29f2
7 changed files with 17 additions and 71 deletions
|
|
@ -506,13 +506,10 @@ namespace rsx
|
|||
ar(u32{0});
|
||||
}
|
||||
}
|
||||
else if (version > 1)
|
||||
else if (u32 count = ar)
|
||||
{
|
||||
if (u32 count = ar)
|
||||
{
|
||||
restore_fifo_count = count;
|
||||
ar(restore_fifo_cmd);
|
||||
}
|
||||
restore_fifo_count = count;
|
||||
ar(restore_fifo_cmd);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue