mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 07:09:03 +00:00
Make freelook hotkeys configurable.
This commit is contained in:
parent
5143adac0e
commit
ea11c446c2
6 changed files with 78 additions and 35 deletions
|
@ -1771,7 +1771,8 @@ void CFrame::UpdateGUI()
|
|||
{
|
||||
if (GetCmdForHotkey(i) == -1)
|
||||
continue;
|
||||
GetMenuBar()->FindItem(GetCmdForHotkey(i))->SetItemLabel(GetMenuLabel(i));
|
||||
if (GetMenuBar()->FindItem(GetCmdForHotkey(i)))
|
||||
GetMenuBar()->FindItem(GetCmdForHotkey(i))->SetItemLabel(GetMenuLabel(i));
|
||||
}
|
||||
|
||||
GetMenuBar()->FindItem(IDM_LOADSTATE)->Enable(Initialized);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue