X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fmainwin.cpp;h=71872b8cec0989106a92ec08adc0eac709b27fa2;hb=07d689da4cceee0c376861a1459c9e9c2289c6a2;hp=3584fb9618fdee1ced7be1874d3696b3aea02a2c;hpb=81f36e3d736289426541785b6d945126f074e10f;p=virtualjaguar diff --git a/src/gui/mainwin.cpp b/src/gui/mainwin.cpp index 3584fb9..71872b8 100644 --- a/src/gui/mainwin.cpp +++ b/src/gui/mainwin.cpp @@ -662,8 +662,8 @@ void MainWin::ReadSettings(void) strcpy(vjs.EEPROMPath, settings.value("EEPROMs", "./eeproms/").toString().toAscii().data()); strcpy(vjs.ROMPath, settings.value("ROMs", "./software/").toString().toAscii().data()); WriteLog("MainWin: Paths\n"); -WriteLog(" jagBootPath = \"%s\"\n", vjs.jagBootPath); -WriteLog(" CDBootPath = \"%s\"\n", vjs.CDBootPath); +//WriteLog(" jagBootPath = \"%s\"\n", vjs.jagBootPath); +//WriteLog(" CDBootPath = \"%s\"\n", vjs.CDBootPath); WriteLog(" EEPROMPath = \"%s\"\n", vjs.EEPROMPath); WriteLog(" ROMPath = \"%s\"\n", vjs.ROMPath);