X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fapp.cpp;h=c0e434d15b692de90912f06d7596a6fcb63f13e8;hb=00f18c4ebbfda2eb5a398cc3166c6ef1692c4f30;hp=bbe1333a04cb15af8fdd4624f2f5ce25e30fb8fd;hpb=0953b21d8806054348a35c6fbc01ede2ee4df158;p=virtualjaguar diff --git a/src/gui/app.cpp b/src/gui/app.cpp index bbe1333..c0e434d 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -189,7 +189,7 @@ bool ParseCommandLine(int argc, char * argv[]) " -z Run Virtual Jaguar without \"snow\"\n" "\n" "Invoking Virtual Jagaur with no filename will cause it to boot up\n" - "with the VJ GUI.\n" + "with the VJ GUI. Using Alpine mode will enable log file.\n" "\n"); return false; } @@ -206,6 +206,8 @@ bool ParseCommandLine(int argc, char * argv[]) { printf("Alpine Mode enabled.\n"); vjs.hardwareTypeAlpine = true; + // We also enable logging as well :-) + useLogfile = true; } if ((strcmp(argv[i], "--please-dont-kill-my-computer") == 0) || (strcmp(argv[i], "-z") == 0))