mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Add comment
This commit is contained in:
parent
c606e8893c
commit
ea68e82b1e
@ -1758,6 +1758,10 @@ static bool menu_init(menu_handle_t *menu_data)
|
||||
|
||||
if (settings->bools.menu_show_start_screen)
|
||||
{
|
||||
/* We don't want the welcome dialog screen to show up
|
||||
* again after the first startup, so we save to config
|
||||
* file immediately. */
|
||||
|
||||
menu_dialog_push_pending(true, MENU_DIALOG_WELCOME);
|
||||
|
||||
configuration_set_bool(settings,
|
||||
|
Loading…
x
Reference in New Issue
Block a user