mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Change SPADStatus struct name to GCPadStatus
Also get rid of the typedef, since this is unnecessary in C++
This commit is contained in:
@ -358,5 +358,5 @@ void OnAfterLoadCallback();
|
||||
void OnStoppedCallback();
|
||||
|
||||
// For TASInputDlg
|
||||
void TASManipFunction(SPADStatus *PadStatus, int controllerID);
|
||||
void TASManipFunction(GCPadStatus* PadStatus, int controllerID);
|
||||
bool TASInputHasFocus();
|
||||
|
Reference in New Issue
Block a user