mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
Forgot this from the last commit.
This commit is contained in:
@ -371,7 +371,7 @@ void TASInputDlg::GetKeyBoardInput(SPADStatus *PadStatus)
|
|||||||
wx_l_button->SetValue(true);
|
wx_l_button->SetValue(true);
|
||||||
L_button_cont = true;
|
L_button_cont = true;
|
||||||
}
|
}
|
||||||
else if (L_slider_cont)
|
else if (L_button_cont)
|
||||||
{
|
{
|
||||||
wx_l_button->SetValue(false);
|
wx_l_button->SetValue(false);
|
||||||
L_button_cont = false;
|
L_button_cont = false;
|
||||||
|
Reference in New Issue
Block a user