X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=maemo%2Fmain.c;h=50e129ece8aff4972d5799c7e934dd04407b3052;hb=b410d1476f6a6073e8a72816e5d812206ec2389e;hp=85db400b0696427f97737a5e2be7617e2d5ef89f;hpb=7931825ed8ef51dab3e37475d8126103ebc9fb6f;p=pcsx_rearmed.git diff --git a/maemo/main.c b/maemo/main.c index 85db400b..50e129ec 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"); @@ -197,7 +197,7 @@ int main(int argc, char **argv) strcpy(Config.Bios, "HLE"); spu_config.iUseReverb = 1; spu_config.iUseInterpolation = 1; - + spu_config.idiablofix = 0; in_type1 = PSE_PAD_TYPE_STANDARD; in_type2 = PSE_PAD_TYPE_STANDARD;