Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix hotkeys.
  • Loading branch information
RachelBryk committed Aug 2, 2013
1 parent 8f1a2bf commit c1baed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/Src/Frame.cpp
Expand Up @@ -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
Expand Down

0 comments on commit c1baed0

Please sign in to comment.