]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/settings.h
1.0.7 update
[virtualjaguar] / src / include / settings.h
index 4ce5e1ff643235269cdce0dcfeb4a9e7b715d150..0a5fd23ea4598f780c9c46fb39671bea29678108 100644 (file)
@@ -20,9 +20,10 @@ struct VJSettings
        bool hardwareTypeNTSC;                                                  // Set to false for PAL
        bool useJaguarBIOS;
        bool DSPEnabled;
+       bool usePipelinedDSP;
        bool fullscreen;
        bool useOpenGL;
-       bool usePipelinedDSP;
+       uint32 glFilter;
 
        // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, *
        uint16 p1KeyBindings[21];