aboutsummaryrefslogtreecommitdiff
path: root/maemo
diff options
context:
space:
mode:
authorhizzlekizzle2019-08-02 08:38:48 -0500
committerGitHub2019-08-02 08:38:48 -0500
commitfcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813 (patch)
tree00fe89450ca22056153f2296a56cd6bf1f26bfb7 /maemo
parent735de186017c42bb563933b77165f8827dbb6d7a (diff)
parent208177a7ea246a6e26222500da945a414b292b57 (diff)
downloadpcsx_rearmed-fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813.tar.gz
pcsx_rearmed-fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813.tar.bz2
pcsx_rearmed-fcb84f0c6ad095c355d8c0835fc6c5fcdc2a6813.zip
Merge pull request #325 from retro-wertz/SysPrintf_to_retro_log
SysPrintf to retro_log and silence some warnings
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");