diff --git a/pcsx2/SysForwardDefs.h b/pcsx2/SysForwardDefs.h index 0ea2a4b359..cc926bb1f2 100644 --- a/pcsx2/SysForwardDefs.h +++ b/pcsx2/SysForwardDefs.h @@ -17,7 +17,7 @@ static const int PCSX2_VersionHi = 0; static const int PCSX2_VersionMid = 9; -static const int PCSX2_VersionLo = 7; +static const int PCSX2_VersionLo = 9; class SysCoreThread; class CpuInitializerSet;