Add SYSCONF widescreen setting to dtm header

This commit is contained in:
CasualPokePlayer
2023-12-08 01:27:57 -08:00
parent 7eb02ecfa4
commit 13bf75b1df
2 changed files with 4 additions and 1 deletions

View File

@ -124,7 +124,8 @@ struct DTMHeader
bool bFollowBranch;
bool bUseFMA;
u8 GBAControllers; // GBA Controllers plugged in (the bits are ports 1-4)
std::array<u8, 7> reserved; // Padding for any new config options
bool bWidescreen; // true indicates SYSCONF aspect ratio is 16:9, false for 4:3
std::array<u8, 6> reserved; // Padding for any new config options
std::array<char, 40> discChange; // Name of iso file to switch to, for two disc games.
std::array<u8, 20> revision; // Git hash
u32 DSPiromHash;