[NetPlay] Allow recording movies during netplay.

Fixes issue 6207.
This commit is contained in:
Rachel Bryk
2013-09-03 15:50:41 -04:00
parent 7e1959a200
commit 8ae10b3e12
7 changed files with 71 additions and 6 deletions

View File

@ -107,7 +107,8 @@ struct DTMHeader {
bool bClearSave; // Create a new memory card when playing back a movie if true
u8 bongos;
bool bSyncGPU;
u8 reserved[14]; // Padding for any new config options
bool bNetPlay;
u8 reserved[13]; // 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
u8 reserved2[27]; // Make heading 256 bytes, just because we can
@ -142,6 +143,7 @@ bool IsUsingMemcard();
bool IsSyncGPU();
void SetGraphicsConfig();
void GetSettings();
bool IsNetPlayRecording();
bool IsUsingPad(int controller);
bool IsUsingWiimote(int wiimote);