diff --git a/Core/SaveState.h b/Core/SaveState.h index 8327122100..877fce6fcb 100644 --- a/Core/SaveState.h +++ b/Core/SaveState.h @@ -24,7 +24,7 @@ namespace SaveState typedef void (*Callback)(bool status, void *cbUserData); // TODO: Better place for this? - const int REVISION = 3; + const int REVISION = 4; const int SAVESTATESLOTS = 5; void Init();