From 546b343294209abbb193883ab76b679b7f99c6d3 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Sat, 20 Nov 2021 16:03:50 -0300 Subject: [PATCH 1/2] Disable "menu_show_core_updater" --- retroarch.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroarch.cfg b/retroarch.cfg index cdcb199c9f..ab72f3920f 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -681,7 +681,7 @@ # menu_show_online_updater = true # If disabled, will hide the ability to update cores (and core info files) inside the menu. -# menu_show_core_updater = true +menu_show_core_updater = false # If disabled, the libretro core will keep running in the background when we # are in the menu. -- 2.31.1