mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(WIN32) Read menubar shortcuts with menubar hidden (#16291)
This commit is contained in:
parent
59381b7312
commit
55f1120036
@ -1061,9 +1061,7 @@ static LRESULT CALLBACK wnd_proc_common(
|
|||||||
case WM_COMMAND:
|
case WM_COMMAND:
|
||||||
{
|
{
|
||||||
settings_t *settings = config_get_ptr();
|
settings_t *settings = config_get_ptr();
|
||||||
bool ui_menubar_enable = settings ? settings->bools.ui_menubar_enable : false;
|
win32_menu_loop(main_window.hwnd, wparam);
|
||||||
if (ui_menubar_enable)
|
|
||||||
win32_menu_loop(main_window.hwnd, wparam);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user