SI: Device change logic fix.

This commit is contained in:
Jordan Woyak
2019-01-26 10:29:06 -06:00
parent a129d60a57
commit b0cb100958
6 changed files with 67 additions and 65 deletions

View File

@ -152,7 +152,7 @@ bool IsNetPlayRecording();
bool IsUsingPad(int controller);
bool IsUsingWiimote(int wiimote);
bool IsUsingBongo(int controller);
void ChangePads(bool instantly = false);
void ChangePads();
void ChangeWiiPads(bool instantly = false);
void SetReadOnly(bool bEnabled);