mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Apply Wii Settings on Movie Recording/Playback
This commit is contained in:
@ -102,7 +102,8 @@ struct DTMHeader
|
||||
bool bSyncGPU;
|
||||
bool bNetPlay;
|
||||
bool bPAL60;
|
||||
u8 reserved[12]; // Padding for any new config options
|
||||
u8 language;
|
||||
u8 reserved[11]; // Padding for any new config options
|
||||
u8 discChange[40]; // Name of iso file to switch to, for two disc games.
|
||||
u8 revision[20]; // Git hash
|
||||
u32 DSPiromHash;
|
||||
@ -137,6 +138,7 @@ bool IsSkipIdle();
|
||||
bool IsDSPHLE();
|
||||
bool IsFastDiscSpeed();
|
||||
int GetCPUMode();
|
||||
u8 GetLanguage();
|
||||
bool IsStartingFromClearSave();
|
||||
bool IsUsingMemcard(int memcard);
|
||||
bool IsSyncGPU();
|
||||
|
Reference in New Issue
Block a user