From 8d65e832f0a18f60e2040940c80d96373ac8b88c Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Tue, 15 Feb 2022 23:28:16 -0300 Subject: Move misc/emulators to applications/emulators - part 1 Emulators form a class by themselves. So, they should be moved to applications/. --- .../emulators/retroarch/fix-config.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pkgs/applications/emulators/retroarch/fix-config.patch (limited to 'pkgs/applications/emulators/retroarch/fix-config.patch') diff --git a/pkgs/applications/emulators/retroarch/fix-config.patch b/pkgs/applications/emulators/retroarch/fix-config.patch new file mode 100644 index 0000000000000..1a71bf43cb11f --- /dev/null +++ b/pkgs/applications/emulators/retroarch/fix-config.patch @@ -0,0 +1,26 @@ +diff --git a/retroarch.cfg b/retroarch.cfg +index cdcb199c9f..08b9b1cf10 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. +@@ -823,10 +823,10 @@ + # rgui_browser_directory = + + # Core directory for libretro core implementations. +-# libretro_directory = ++libretro_directory = @libretro_directory@ + + # Core info directory for libretro core information. +-# libretro_info_path = ++libretro_info_path = @libretro_info_path@ + + # Path to content database directory. + # content_database_path = -- cgit 1.4.1