mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Fix hotkeys.
This commit is contained in:
parent
8f1a2bf43b
commit
c1baed086d
1 changed files with 1 additions and 1 deletions
|
@ -846,7 +846,7 @@ void CFrame::OnKeyDown(wxKeyEvent& event)
|
|||
WiimoteId = 3;
|
||||
else if (IsHotkey(event, HK_BALANCEBOARD_CONNECT))
|
||||
WiimoteId = 4;
|
||||
if (IsHotkey(event, HK_TOGGLE_IR))
|
||||
else if (IsHotkey(event, HK_TOGGLE_IR))
|
||||
{
|
||||
OSDChoice = 1;
|
||||
// Toggle native resolution
|
||||
|
|
Loading…
Add table
Reference in a new issue