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=e527040803df63731e5c1cde94128c9bf916c56a;hb=47b31991c3d7575e48c2ef35fc0884a6a4bb6d53;hp=91ef9f320e308377e65c70d6ebf8b0a82c1eb79e;hpb=917eaa35751bf78a57c8592894fe982883c989cc;p=virtualjaguar diff --git a/src/settings.h b/src/settings.h index 91ef9f3..e527040 100644 --- a/src/settings.h +++ b/src/settings.h @@ -29,23 +29,24 @@ struct VJSettings uint32 glFilter; bool hardwareTypeAlpine; uint32 frameSkip; - + uint32 renderType; + // Keybindings in order of U, D, L, R, C, B, A, Op, Pa, 0-9, #, * + uint16 p1KeyBindings[21]; uint16 p2KeyBindings[21]; // Paths + char ROMPath[MAX_PATH]; char jagBootPath[MAX_PATH]; char CDBootPath[MAX_PATH]; char EEPROMPath[MAX_PATH]; - - // Internal global stuff -// uint32 ROMType; }; -// ROM Types -//enum { RT_CARTRIDGE, RT_ +// Render types + +enum { RT_NORMAL = 0, RT_TV = 1 }; // Exported functions