]> Shamusworld >> Repos - virtualjaguar/blobdiff - vj.cfg
New render type config option
[virtualjaguar] / vj.cfg
diff --git a/vj.cfg b/vj.cfg
index 90537b71934d68489edbfd3063824684305cabab..04d81fa08acfc1d03d783309229fe57ccce0222f 100644 (file)
--- a/vj.cfg
+++ b/vj.cfg
@@ -27,19 +27,23 @@ glFilterType = 0
 
 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!
+# 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 = 1
+DSPEnabled = 0
 
 # If DSP enabled, set whether or not to use the pipelined core: 1 - use, 0 - don't use
 
@@ -100,3 +104,4 @@ p2k_8 = 264                 # SDLK_KP8
 p2k_9 = 265                    # SDLK_KP9
 p2k_pound = 267                # SDLK_KP_DIVIDE
 p2k_star = 268         # SDLK_KP_MULTIPLY
+