diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-05-30 03:12:42 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-05-30 03:12:42 +0200 |
commit | 2327de2423fbf0a0a8548587deb29df25c1c1432 (patch) | |
tree | 61897a86413941c7b2757f5bddd725293abc09c5 /src/Savestate.h | |
parent | f5eeca67b4a0e79c8915b2862b9f9e9c29a56ffd (diff) | |
parent | 4b57416552ec2fa95216e2b044559f215723bf70 (diff) |
Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi
Diffstat (limited to 'src/Savestate.h')
-rw-r--r-- | src/Savestate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Savestate.h b/src/Savestate.h index ef86f3c..a5447b3 100644 --- a/src/Savestate.h +++ b/src/Savestate.h @@ -1,5 +1,5 @@ /* - Copyright 2016-2019 Arisotura + Copyright 2016-2020 Arisotura This file is part of melonDS. @@ -22,8 +22,8 @@ #include <stdio.h> #include "types.h" -#define SAVESTATE_MAJOR 4 -#define SAVESTATE_MINOR 1 +#define SAVESTATE_MAJOR 6 +#define SAVESTATE_MINOR 0 class Savestate { |