From 072d1e7b64f342fc0d8e0e6e71c72b9b013a4a3d Mon Sep 17 00:00:00 2001 From: Shamus Hammons Date: Thu, 11 Sep 2003 18:49:54 +0000 Subject: [PATCH] Changed 'dspon' switch to 'dsp' --- src/vj.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.37.2