]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/settings.h
Remove OP dump to fix lockups when exiting VJ.
[virtualjaguar] / src / settings.h
index 68693255d765a30af01a4fffc703ff13bb09b8fb..28aa2b9c4205c71613e079e783b730df71149c82 100644 (file)
@@ -22,6 +22,7 @@ struct VJSettings
        int32 joyport;                                                          // Joystick port
        bool hardwareTypeNTSC;                                          // Set to false for PAL
        bool useJaguarBIOS;
+       bool GPUEnabled;
        bool DSPEnabled;
        bool usePipelinedDSP;
        bool fullscreen;
@@ -31,6 +32,7 @@ struct VJSettings
        bool audioEnabled;
        uint32 frameSkip;
        uint32 renderType;
+       bool allowWritesToROM;
 
        // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, *
 
@@ -43,6 +45,8 @@ struct VJSettings
        char jagBootPath[MAX_PATH];
        char CDBootPath[MAX_PATH];
        char EEPROMPath[MAX_PATH];
+       char alpineROMPath[MAX_PATH];
+       char absROMPath[MAX_PATH];
 };
 
 // Render types