From 86ffda66d8d450c1b7fb57ed7d1c1e13fccaa53a Mon Sep 17 00:00:00 2001 From: Bart Trzynadlowski Date: Sat, 8 Apr 2017 18:28:49 +0000 Subject: [PATCH] Updated help text to include -game-xml-file option --- Src/OSD/SDL/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index 6fcbb56..9aadb71 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -1309,6 +1309,7 @@ static void Help(void) puts("General Options:"); puts(" -?, -h, -help, --help Print this help text"); puts(" -print-games List supported games and quit"); + printf(" -game-xml-file= ROM set definition file [Default: %s]\n", s_gameXMLFilePath); puts(""); puts("Core Options:"); printf(" -ppc-frequency= PowerPC frequency in MHz [Default: %d]\n", defaultConfig["PowerPCFrequency"].ValueAs());