mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
(Settings) Set ui.menubar_enable to true by default
This commit is contained in:
parent
4428fe21cd
commit
555273066b
@ -514,6 +514,7 @@ static void config_set_defaults(void)
|
|||||||
g_settings.menu.navigation.browser.filter.supported_extensions_enable = true;
|
g_settings.menu.navigation.browser.filter.supported_extensions_enable = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
g_settings.ui.menubar_enable = true;
|
||||||
|
|
||||||
g_settings.location.allow = false;
|
g_settings.location.allow = false;
|
||||||
g_settings.camera.allow = false;
|
g_settings.camera.allow = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user