Movie: Add the PAL60 setting to Movie files.

This commit is contained in:
Admiral H. Curtiss
2015-06-05 20:27:01 +02:00
parent 2e5e724f94
commit 277348cd75
3 changed files with 15 additions and 2 deletions

View File

@ -101,7 +101,8 @@ struct DTMHeader
u8 bongos;
bool bSyncGPU;
bool bNetPlay;
u8 reserved[13]; // Padding for any new config options
bool bPAL60;
u8 reserved[12]; // 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;
@ -131,6 +132,7 @@ u64 GetRecordingStartTime();
bool IsConfigSaved();
bool IsDualCore();
bool IsProgressive();
bool IsPAL60();
bool IsSkipIdle();
bool IsDSPHLE();
bool IsFastDiscSpeed();