aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
authorretro-wertz2019-08-02 19:02:52 +0800
committerretro-wertz2019-08-02 19:05:45 +0800
commit202b29d49ef4a60bb3d616be9a26685e756dbaa4 (patch)
tree3d1fb092acfc7c58d9b93b22eeaa0fe1dbb9fafc /maemo
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 'maemo')
-rw-r--r--maemo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/maemo/main.c b/maemo/main.c
index c382c51..50e129e 100644
--- a/maemo/main.c
+++ b/maemo/main.c
@@ -54,7 +54,7 @@ static void ChangeWorkingDirectory(char *exe)
void PrintHelp()
{
- printf("PCSX-ReARMed version %s for Maemo\n\n", PACKAGE_VERSION);
+ printf("PCSX-ReARMed version %s for Maemo\n\n", PCSX_VERSION);
printf("Usage:\n");
printf(" pcsx [options] -cdfile FILE\n\n");