aboutsummaryrefslogtreecommitdiff
path: root/libpcsxcore/misc.c
diff options
context:
space:
mode:
authorretro-wertz2019-08-02 19:02:52 +0800
committerretro-wertz2019-08-02 19:05:45 +0800
commit202b29d49ef4a60bb3d616be9a26685e756dbaa4 (patch)
tree3d1fb092acfc7c58d9b93b22eeaa0fe1dbb9fafc /libpcsxcore/misc.c
parent130984f52889f26121d54d7b1feecc15700a0f7a (diff)
downloadpcsx_rearmed-202b29d49ef4a60bb3d616be9a26685e756dbaa4.tar.gz
pcsx_rearmed-202b29d49ef4a60bb3d616be9a26685e756dbaa4.tar.bz2
pcsx_rearmed-202b29d49ef4a60bb3d616be9a26685e756dbaa4.zip
Rename PACKAGE_VERSION to PCSX_VERSION
- this should silence warning for another PACKAGE_VERSION define used for flac - PACKAGE_VERSION is not used within pcsx other than version logging. Savestate does not check for this and is using another define for savestate version number.
Diffstat (limited to 'libpcsxcore/misc.c')
-rw-r--r--libpcsxcore/misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpcsxcore/misc.c b/libpcsxcore/misc.c
index bb34e5b..433d4be 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.