X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=28aa2b9c4205c71613e079e783b730df71149c82;hb=3bfba0b6be74e6eff2854c779bdb9a958385068e;hp=68693255d765a30af01a4fffc703ff13bb09b8fb;hpb=868fd551420e8b88e0bcf363c121e6e84a71b09a;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index 6869325..28aa2b9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -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