From: Shamus Hammons Date: Thu, 11 Sep 2003 18:49:54 +0000 (+0000) Subject: Changed 'dspon' switch to 'dsp' X-Git-Tag: 1.0.6~22 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=072d1e7b64f342fc0d8e0e6e71c72b9b013a4a3d;p=virtualjaguar Changed 'dspon' switch to 'dsp' --- diff --git a/src/vj.cpp b/src/vj.cpp index 303da53..26e1173 100644 --- a/src/vj.cpp +++ b/src/vj.cpp @@ -119,7 +119,7 @@ int main(int argc, char * argv[]) if (!strcmp(argv[i], "-nobios")) vjs.useJaguarBIOS = false; - if (!strcmp(argv[i], "-dspon")) + if (!strcmp(argv[i], "-dsp")) vjs.DSPEnabled = true; if (!strcmp(argv[i], "-pal")) @@ -139,7 +139,7 @@ int main(int argc, char * argv[]) printf(" -joyport 0-3 : Select desired joystick port \n"); printf(" -bios : Boot cart using Jaguar BIOS ROM \n"); printf(" -nobios : Boot cart without using Jaguar BIOS ROM \n"); - printf(" -dspon : Force VJ to use the DSP \n"); + printf(" -dsp : Force VJ to use the DSP \n"); printf(" -pal : Force VJ to PAL mode (default is NTSC) \n"); printf(" -nogl : Use old non-OpenGL rendering \n"); printf("\nInvoking Virtual Jagaur with no ROM file will cause it to boot up\n");