mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -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:
@ -922,7 +922,7 @@ void OnStoppedCallback()
|
||||
}
|
||||
}
|
||||
|
||||
void TASManipFunction(SPADStatus *PadStatus, int controllerID)
|
||||
void TASManipFunction(GCPadStatus* PadStatus, int controllerID)
|
||||
{
|
||||
if (main_frame)
|
||||
main_frame->g_TASInputDlg[controllerID]->GetValues(PadStatus, controllerID);
|
||||
|
Reference in New Issue
Block a user