mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
Increase savestate major version (#1567)
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
#include <stdio.h>
|
||||
#include "types.h"
|
||||
|
||||
#define SAVESTATE_MAJOR 9
|
||||
#define SAVESTATE_MAJOR 10
|
||||
#define SAVESTATE_MINOR 0
|
||||
|
||||
class Savestate
|
||||
|
Reference in New Issue
Block a user