X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=28aa2b9c4205c71613e079e783b730df71149c82;hb=6f25f63a18153bc2adc49c5f9a3862c2760716df;hp=ccb9e2f1f22655d7b35c907909ca3248105ebcee;hpb=f548beede257a2252a2639e3fe03c7cda99433ed;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index ccb9e2f..28aa2b9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -22,14 +22,17 @@ struct VJSettings int32 joyport; // Joystick port bool hardwareTypeNTSC; // Set to false for PAL bool useJaguarBIOS; + bool GPUEnabled; bool DSPEnabled; bool usePipelinedDSP; bool fullscreen; bool useOpenGL; uint32 glFilter; bool hardwareTypeAlpine; + bool audioEnabled; uint32 frameSkip; uint32 renderType; + bool allowWritesToROM; // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, * @@ -42,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