Add support for recording bongos.

This commit is contained in:
rog
2012-12-18 23:19:15 -05:00
parent 1bd42b7acc
commit 16ac7803f1
4 changed files with 21 additions and 8 deletions

View File

@ -118,7 +118,8 @@ struct DTMHeader {
bool bUseRealXFB;
bool bMemcard;
bool bClearSave; // Create a new memory card when playing back a movie if true
u8 reserved[16]; // Padding for any new config options
u8 bongos;
u8 reserved[15]; // Padding for any new config options
u8 discChange[40]; // Name of iso file to switch to, for two disc games.
u8 reserved2[47]; // Make heading 256 bytes, just because we can
};
@ -154,6 +155,7 @@ void GetSettings();
bool IsUsingPad(int controller);
bool IsUsingWiimote(int wiimote);
bool IsUsingBongo(int controller);
void ChangePads(bool instantly = false);
void ChangeWiiPads(bool instantly = false);