ALL: decrease diffs with scummvm
This commit is contained in:
parent
1db20cb192
commit
fad0b5b331
53 changed files with 1381 additions and 165 deletions
|
@ -877,8 +877,8 @@ bool processSettings(Common::String &command, Common::StringMap &settings, Commo
|
|||
listAudioDevices();
|
||||
return true;
|
||||
} else if (command == "version") {
|
||||
printf("%s\n", gResidualVMFullVersion);
|
||||
printf("Features compiled in: %s\n", gResidualVMFeatures);
|
||||
printf("%s\n", gScummVMFullVersion);
|
||||
printf("Features compiled in: %s\n", gScummVMFeatures);
|
||||
return true;
|
||||
} else if (command == "help") {
|
||||
printf(HELP_STRING, s_appName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue