From a1edae126c3cbb87fa522a3345c2dca69bf8503d Mon Sep 17 00:00:00 2001 From: LibretroAdmin Date: Sat, 8 Oct 2022 23:01:42 +0200 Subject: [PATCH] Fix Pending Quick Menu --- runloop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runloop.c b/runloop.c index 84b41d91c4..9375616a6d 100644 --- a/runloop.c +++ b/runloop.c @@ -6902,7 +6902,7 @@ MENU_ST_FLAG_IS_BINDING; "", 0, 0, 0, ACTION_OK_DL_CONTENT_SETTINGS); menu_st->selection_ptr = 0; - menu_st->flags &= MENU_ST_FLAG_PENDING_QUICK_MENU; + menu_st->flags &= ~MENU_ST_FLAG_PENDING_QUICK_MENU; } else if (!menu_driver_iterate( menu_st,