Core/PowerPC: Add option to disable branch following

This commit is contained in:
spycrab
2018-07-08 21:26:34 +02:00
parent 8c97fb7cd4
commit df61e527da
7 changed files with 14 additions and 3 deletions

View File

@ -104,7 +104,8 @@ struct DTMHeader
bool bPAL60;
u8 language;
bool bReducePollingRate;
std::array<u8, 10> reserved; // Padding for any new config options
bool bFollowBranch;
std::array<u8, 9> 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;