X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vj.cfg;h=ac70b4edd155ce15575d8c954bc534660b4ecd31;hb=481bb094f715443e52695fc46307785e61556c0d;hp=04d81fa08acfc1d03d783309229fe57ccce0222f;hpb=47b31991c3d7575e48c2ef35fc0884a6a4bb6d53;p=virtualjaguar diff --git a/vj.cfg b/vj.cfg index 04d81fa..ac70b4e 100644 --- a/vj.cfg +++ b/vj.cfg @@ -9,37 +9,29 @@ useJaguarBIOS = 0 # Jaguar ROM paths JagBootROM = ./bios/jagboot.rom -#CDBootROM = ./bios/jagcd.rom -CDBootROM = ./bios/jagcddev.bin +CDBootROM = ./bios/jagcd.rom EEPROMs = ./eeproms -ROMs = ./ROMs +ROMs = ./software # OpenGL options: 1 - use OpenGL rendering, 0 - use old style rendering useOpenGL = 1 -#useOpenGL = 0 # OpenGL filtering type: 1 - blurry, 0 - sharp -glFilterType = 0 +glFilterType = 1 # Display options: 1 - fullscreen, 0 - windowed fullscreen = 0 -# Backend renderer (OpenGL dependent): 0 - regular, 1 - "TV" style - -renderType = 0 - # NTSC/PAL options: 1 - NTSC, 0 - PAL hardwareTypeNTSC = 1 -# Framskip options: 0 - no skip, 1-N - draw every Nth frame -# Note: Skipping frames may cause strange visual side effects--don't bother -# reporting these unless they occur with a frameskip value of 0! +# Render type (experimental): 0 - regular/OpenGL, 1 - TV style -frameSkip = 0 +renderType = 0 # DSP options: 1 - use, 0 - don't use @@ -53,7 +45,7 @@ usePipelinedDSP = 0 useJoystick = 0 -# Joyport option: If joystick is enabled above, set the port (0 - 3) here +# Joyport option: If joystick is enabled above, set the port (0 - 3) here joyport = 0 @@ -104,4 +96,3 @@ p2k_8 = 264 # SDLK_KP8 p2k_9 = 265 # SDLK_KP9 p2k_pound = 267 # SDLK_KP_DIVIDE p2k_star = 268 # SDLK_KP_MULTIPLY -