Skip to content

Commit 8c39c88

Browse files
committed
Single-click playlist return from failed launch
1 parent 6ee8806 commit 8c39c88

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

runloop.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4278,7 +4278,14 @@ static bool event_init_content(
42784278
runloop_path_fill_names();
42794279

42804280
if (!content_init())
4281+
{
4282+
#ifdef HAVE_MENU
4283+
/* Single-click playlist return */
4284+
if (settings->bools.input_menu_singleclick_playlists)
4285+
menu_state_get_ptr()->flags |= MENU_ST_FLAG_PENDING_CLOSE_CONTENT;
4286+
#endif
42814287
return false;
4288+
}
42824289

42834290
command_event_set_savestate_auto_index(settings);
42844291
command_event_set_replay_auto_index(settings);

0 commit comments

Comments
 (0)