Invalidate Savestates

This commit is contained in:
Eladash 2023-07-21 18:23:09 +03:00 committed by Elad Ashkenazi
parent e303cc536c
commit 9ff91c29f2
7 changed files with 17 additions and 71 deletions

View file

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