mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Fix hotkeys.
This commit is contained in:
@ -846,7 +846,7 @@ void CFrame::OnKeyDown(wxKeyEvent& event)
|
|||||||
WiimoteId = 3;
|
WiimoteId = 3;
|
||||||
else if (IsHotkey(event, HK_BALANCEBOARD_CONNECT))
|
else if (IsHotkey(event, HK_BALANCEBOARD_CONNECT))
|
||||||
WiimoteId = 4;
|
WiimoteId = 4;
|
||||||
if (IsHotkey(event, HK_TOGGLE_IR))
|
else if (IsHotkey(event, HK_TOGGLE_IR))
|
||||||
{
|
{
|
||||||
OSDChoice = 1;
|
OSDChoice = 1;
|
||||||
// Toggle native resolution
|
// Toggle native resolution
|
||||||
|
Reference in New Issue
Block a user