]> Shamusworld >> Repos - virtualjaguar/blobdiff - vj.cfg
Added disclaimer to Makefile, until we can fix the Qt compilation problems.
[virtualjaguar] / vj.cfg
diff --git a/vj.cfg b/vj.cfg
index 2ac1d306467dae7e19fa9ca3499074a9e43ecf15..ac70b4edd155ce15575d8c954bc534660b4ecd31 100644 (file)
--- a/vj.cfg
+++ b/vj.cfg
@@ -11,12 +11,16 @@ useJaguarBIOS = 0
 JagBootROM = ./bios/jagboot.rom
 CDBootROM = ./bios/jagcd.rom
 EEPROMs = ./eeproms
-ROMs = ./ROMs
+ROMs = ./software
 
 # OpenGL options: 1 - use OpenGL rendering, 0 - use old style rendering
 
 useOpenGL = 1
 
+# OpenGL filtering type: 1 - blurry, 0 - sharp
+
+glFilterType = 1
+
 # Display options: 1 - fullscreen, 0 - windowed
 
 fullscreen = 0
@@ -25,19 +29,23 @@ fullscreen = 0
 
 hardwareTypeNTSC = 1
 
+# Render type (experimental): 0 - regular/OpenGL, 1 - TV style
+
+renderType = 0
+
 # DSP options: 1 - use, 0 - don't use
 
 DSPEnabled = 0
 
 # If DSP enabled, set whether or not to use the pipelined core: 1 - use, 0 - don't use
 
-usePipelinedDSP = 1
+usePipelinedDSP = 0
 
 # Joystick options: 1 - use joystick, 0 - don't use
 
 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