]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/include/settings.h
1.0.7 update
[virtualjaguar] / src / include / settings.h
index 4ce5e1ff643235269cdce0dcfeb4a9e7b715d150..c028d6e9c568a14acc76f1515d1f567c809fbb78 100644 (file)
@@ -20,9 +20,11 @@ struct VJSettings
        bool hardwareTypeNTSC;                                                  // Set to false for PAL
        bool useJaguarBIOS;
        bool DSPEnabled;
+       bool usePipelinedDSP;
        bool fullscreen;
        bool useOpenGL;
-       bool usePipelinedDSP;
+       uint32 glFilter;
+       bool hardwareTypeAlpine;
 
        // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, *
        uint16 p1KeyBindings[21];
@@ -33,8 +35,14 @@ struct VJSettings
        char jagBootPath[MAX_PATH];
        char CDBootPath[MAX_PATH];
        char EEPROMPath[MAX_PATH];
+
+       // Internal global stuff
+//     uint32 ROMType;
 };
 
+// ROM Types
+//enum { RT_CARTRIDGE, RT_
+
 // Exported functions
 
 void LoadVJSettings(void);