mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Core/PowerPC: Add option to disable branch following
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user