mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
Forgot this from the last commit.
This commit is contained in:
parent
9fdc7360cd
commit
8a4b6f3d73
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue