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