X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsettings.h;h=26b18e9d18f3ee79668f3b90252c9c17caff4255;hb=786e438a8bcaf738b84ab79733015ea2b1f4bbb9;hp=a7ca244e1083f3b31b4e4014d805e6fe18600958;hpb=ea10984eaf09364d9f6e08114caa4bcfcaa72d9e;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index a7ca244..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 @@ -50,8 +53,8 @@ enum { RT_NORMAL = 0, RT_TV = 1 }; // Exported functions -void LoadVJSettings(void); -void SaveVJSettings(void); +//void LoadVJSettings(void); +//void SaveVJSettings(void); // Exported variables