X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=vj.cfg;h=90537b71934d68489edbfd3063824684305cabab;hb=7485b55b5a8b8dfb2b29137583d35a710b5e0284;hp=869a76f033cdda9398e9d065a5f2b1c4287284ec;hpb=bc398f41ca814e1285b299330474776c85a4a059;p=virtualjaguar diff --git a/vj.cfg b/vj.cfg index 869a76f..90537b7 100644 --- a/vj.cfg +++ b/vj.cfg @@ -9,13 +9,19 @@ useJaguarBIOS = 0 # Jaguar ROM paths JagBootROM = ./bios/jagboot.rom -CDBootROM = ./bios/jagcd.rom +#CDBootROM = ./bios/jagcd.rom +CDBootROM = ./bios/jagcddev.bin EEPROMs = ./eeproms ROMs = ./ROMs # OpenGL options: 1 - use OpenGL rendering, 0 - use old style rendering useOpenGL = 1 +#useOpenGL = 0 + +# OpenGL filtering type: 1 - blurry, 0 - sharp + +glFilterType = 0 # Display options: 1 - fullscreen, 0 - windowed @@ -25,9 +31,19 @@ fullscreen = 0 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! + +frameSkip = 0 + # DSP options: 1 - use, 0 - don't use -DSPEnabled = 0 +DSPEnabled = 1 + +# If DSP enabled, set whether or not to use the pipelined core: 1 - use, 0 - don't use + +usePipelinedDSP = 0 # Joystick options: 1 - use joystick, 0 - don't use