mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-25 15:15:40 +00:00
Updated help text to include -game-xml-file option
This commit is contained in:
parent
c8053e3178
commit
86ffda66d8
|
@ -1309,6 +1309,7 @@ static void Help(void)
|
||||||
puts("General Options:");
|
puts("General Options:");
|
||||||
puts(" -?, -h, -help, --help Print this help text");
|
puts(" -?, -h, -help, --help Print this help text");
|
||||||
puts(" -print-games List supported games and quit");
|
puts(" -print-games List supported games and quit");
|
||||||
|
printf(" -game-xml-file=<file> ROM set definition file [Default: %s]\n", s_gameXMLFilePath);
|
||||||
puts("");
|
puts("");
|
||||||
puts("Core Options:");
|
puts("Core Options:");
|
||||||
printf(" -ppc-frequency=<freq> PowerPC frequency in MHz [Default: %d]\n", defaultConfig["PowerPCFrequency"].ValueAs<unsigned>());
|
printf(" -ppc-frequency=<freq> PowerPC frequency in MHz [Default: %d]\n", defaultConfig["PowerPCFrequency"].ValueAs<unsigned>());
|
||||||
|
|
Loading…
Reference in a new issue