mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-21 18:21:51 +00:00
menu_init - Set help_screen_type to default
This commit is contained in:
parent
bfb996dbcd
commit
e3661c1e3d
@ -227,7 +227,8 @@ void *menu_init(const void *data)
|
||||
goto error;
|
||||
#endif
|
||||
|
||||
menu->push_help_screen = settings->menu_show_start_screen;
|
||||
menu->push_help_screen = settings->menu_show_start_screen;
|
||||
menu->help_screen_type = MENU_HELP_DEFAULT;
|
||||
settings->menu_show_start_screen = false;
|
||||
|
||||
menu_shader_manager_init(menu);
|
||||
|
Loading…
x
Reference in New Issue
Block a user