X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=libpcsxcore%2Fmisc.c;h=433d4be505b61f161bcad980d94b83a6d3708e5d;hb=fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813;hp=bb34e5bd0ef3603cd553ff856dc45d07c4e1b625;hpb=8ec1e4de88798ca548481773e49bb01a4de03139;p=pcsx_rearmed.git diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c index bb34e5bd..433d4be5 100644 --- a/libpcsxcore/misc.c +++ b/libpcsxcore/misc.c @@ -557,7 +557,7 @@ struct PcsxSaveFuncs SaveFuncs = { zlib_open, zlib_read, zlib_write, zlib_seek, zlib_close }; -static const char PcsxHeader[32] = "STv4 PCSX v" PACKAGE_VERSION; +static const char PcsxHeader[32] = "STv4 PCSX v" PCSX_VERSION; // Savestate Versioning! // If you make changes to the savestate version, please increment the value below.