We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee8806 commit 8c39c88Copy full SHA for 8c39c88
1 file changed
runloop.c
@@ -4278,7 +4278,14 @@ static bool event_init_content(
4278
runloop_path_fill_names();
4279
4280
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
4287
return false;
4288
+ }
4289
4290
command_event_set_savestate_auto_index(settings);
4291
command_event_set_replay_auto_index(settings);
0 commit comments