Savestates: Add new IPU variable and bump version

This commit is contained in:
refractionpcsx2 2022-06-03 00:47:57 +01:00
parent 9f4bf4267d
commit 870604d64c
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ void SaveStateBase::ipuDmaFreeze()
{
FreezeTag( "IPUdma" );
Freeze(IPU1Status);
Freeze(CommandExecuteQueued);
}
static __fi int IPU1chain() {

View File

@ -33,7 +33,7 @@ enum class FreezeAction
// the lower 16 bit value. IF the change is breaking of all compatibility with old
// states, increment the upper 16 bit value, and clear the lower 16 bits to 0.
static const u32 g_SaveVersion = (0x9A2C << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A2D << 16) | 0x0000;
// the freezing data between submodules and core
// an interesting thing to note is that this dates back from before plugin