Apply Wii Settings on Movie Recording/Playback

This commit is contained in:
Chris Burgener
2016-02-24 13:56:59 -05:00
parent 73739696ef
commit 4aa6f6c812
3 changed files with 19 additions and 1 deletions

View File

@ -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();