Skip to content

Commit

Permalink
Increase savestate major version (melonDS-emu#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
patataofcourse authored Jan 19, 2023
1 parent 105af5c commit 35f4e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Savestate.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <stdio.h>
#include "types.h"

#define SAVESTATE_MAJOR 9
#define SAVESTATE_MAJOR 10
#define SAVESTATE_MINOR 0

class Savestate
Expand Down

0 comments on commit 35f4e50

Please sign in to comment.