X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fsettings.h;h=28aa2b9c4205c71613e079e783b730df71149c82;hb=4ae28f82ab456ddc236e9c7ca5c5b539abb9b62d;hp=26b18e9d18f3ee79668f3b90252c9c17caff4255;hpb=786e438a8bcaf738b84ab79733015ea2b1f4bbb9;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index 26b18e9..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; @@ -45,6 +46,7 @@ struct VJSettings char CDBootPath[MAX_PATH]; char EEPROMPath[MAX_PATH]; char alpineROMPath[MAX_PATH]; + char absROMPath[MAX_PATH]; }; // Render types