mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
Change SPADStatus struct name to GCPadStatus
Also get rid of the typedef, since this is unnecessary in C++
This commit is contained in:
parent
8059f80282
commit
896d7e5685
20 changed files with 39 additions and 39 deletions
|
@ -242,7 +242,7 @@ void TASInputDlg::ResetValues()
|
|||
wx_start_button->SetValue(false);
|
||||
}
|
||||
|
||||
void TASInputDlg::GetKeyBoardInput(SPADStatus *PadStatus)
|
||||
void TASInputDlg::GetKeyBoardInput(GCPadStatus* PadStatus)
|
||||
{
|
||||
if (PadStatus->stickX != 128)
|
||||
{
|
||||
|
@ -471,7 +471,7 @@ void TASInputDlg::SetLandRTriggers()
|
|||
rTrig = wx_r_s->GetValue();
|
||||
}
|
||||
|
||||
void TASInputDlg::GetValues(SPADStatus *PadStatus, int controllerID)
|
||||
void TASInputDlg::GetValues(GCPadStatus* PadStatus, int controllerID)
|
||||
{
|
||||
if (!IsShown())
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue