mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user