X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=26b18e9d18f3ee79668f3b90252c9c17caff4255;hb=786e438a8bcaf738b84ab79733015ea2b1f4bbb9;hp=ccb9e2f1f22655d7b35c907909ca3248105ebcee;hpb=f548beede257a2252a2639e3fe03c7cda99433ed;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index ccb9e2f..26b18e9 100644 --- a/src/settings.h +++ b/src/settings.h @@ -28,8 +28,10 @@ struct VJSettings 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 +44,7 @@ struct VJSettings char jagBootPath[MAX_PATH]; char CDBootPath[MAX_PATH]; char EEPROMPath[MAX_PATH]; + char alpineROMPath[MAX_PATH]; }; // Render types