Skip to content

Commit 7b58e51

Browse files
committed
savestate: bump to version 4 after SPU refactor
1 parent 19dfe66 commit 7b58e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state/state.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const std::string basePath = "data/state/";
2121
const std::string lastSavePath = basePath + "last.state";
2222

2323
struct StateMetadata {
24-
inline static const uint32_t SAVESTATE_VERSION = 3;
24+
inline static const uint32_t SAVESTATE_VERSION = 4;
2525

2626
uint32_t version = SAVESTATE_VERSION;
2727
std::string biosPath;

0 commit comments

Comments
 (0)