mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-04 01:45:08 +01:00
[Core/MD] bump-up savestate version
This commit is contained in:
parent
3aa1529aa1
commit
9be11710f2
@ -40,7 +40,7 @@
|
||||
#define _STATE_H_
|
||||
|
||||
#define STATE_SIZE 0xfd000
|
||||
#define STATE_VERSION "GENPLUS-GX 1.7.1"
|
||||
#define STATE_VERSION "GENPLUS-GX 1.7.5"
|
||||
|
||||
#define load_param(param, size) \
|
||||
memcpy(param, &state[bufferptr], size); \
|
||||
|
Loading…
Reference in New Issue
Block a user