Change SPADStatus struct name to GCPadStatus

Also get rid of the typedef, since this is unnecessary in C++
This commit is contained in:
Lioncash
2014-07-10 22:02:32 -04:00
parent 8059f80282
commit 896d7e5685
20 changed files with 39 additions and 39 deletions

View File

@ -358,5 +358,5 @@ void OnAfterLoadCallback();
void OnStoppedCallback();
// For TASInputDlg
void TASManipFunction(SPADStatus *PadStatus, int controllerID);
void TASManipFunction(GCPadStatus* PadStatus, int controllerID);
bool TASInputHasFocus();