Compile fix for GP32 and PalmOS. GP32 port still doesn't work since when GUI code changed...

svn-id: r22583
This commit is contained in:
Won Star
2006-05-23 14:19:38 +00:00
parent 622c8b57e7
commit 7eede3c510
+4
View File
@@ -639,7 +639,11 @@ bool processSettings(Common::String &command, Common::StringMap &settings) {
printf("Features compiled in: %s\n", gScummVMFeatures);
return false;
} else if (command == "help") {
#if !(defined(PALMOS_ARM) || defined(PALMOS_DEBUG) || defined(__GP32__))
printf(HELP_STRING, s_appName.c_str());
#else
printf(HELP_STRING, s_appName);
#endif
return false;
}
#ifdef DETECTOR_TESTING_HACK