Skip to content

Commit

Permalink
EE Cache: Freeze cached entries in sstates
Browse files Browse the repository at this point in the history
[SAVEVERSION+]
  • Loading branch information
F0bes committed Dec 26, 2024
1 parent cc5e30a commit 30ad15a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pcsx2/SaveState.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ bool SaveStateBase::FreezeInternals(Error* error)
Freeze(psxRegs); // iop regs
Freeze(fpuRegs);
Freeze(tlb); // tlbs
Freeze(cachedTlbs); // cached tlbs
Freeze(AllowParams1); //OSDConfig written (Fast Boot)
Freeze(AllowParams2);

Expand Down
2 changes: 1 addition & 1 deletion pcsx2/SaveState.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ enum class FreezeAction
// [SAVEVERSION+]
// This informs the auto updater that the users savestates will be invalidated.

static const u32 g_SaveVersion = (0x9A52 << 16) | 0x0000;
static const u32 g_SaveVersion = (0x9A53 << 16) | 0x0000;


// the freezing data between submodules and core
Expand Down

0 comments on commit 30ad15a

Please sign in to comment.