diff options
Diffstat (limited to 'testing/retroarch/config.patch')
-rw-r--r-- | testing/retroarch/config.patch | 34 |
1 files changed, 29 insertions, 5 deletions
diff --git a/testing/retroarch/config.patch b/testing/retroarch/config.patch index fc5359975c..0fa34e3c98 100644 --- a/testing/retroarch/config.patch +++ b/testing/retroarch/config.patch @@ -1,9 +1,13 @@ diff --git a/retroarch.cfg b/retroarch.cfg -index 9d7c109bfe..f62b3018a2 100644 +index 9d7c109bfe..648fee1dc1 100644 --- a/retroarch.cfg +++ b/retroarch.cfg -@@ -642,7 +642,7 @@ - # menu_show_online_updater = true +@@ -639,10 +639,10 @@ + #### Menu + + # If disabled, will hide 'Online Updater' inside the menu. +-# menu_show_online_updater = true ++menu_show_online_updater = false # If disabled, will hide the ability to update cores (and core info files) inside the menu. -# menu_show_core_updater = true @@ -11,6 +15,15 @@ index 9d7c109bfe..f62b3018a2 100644 # If disabled, the libretro core will keep running in the background when we # are in the menu. +@@ -655,7 +655,7 @@ + # menu_mouse_enable = false + + # Enable touch controls inside the menu. +-# menu_pointer_enable = false ++menu_pointer_enable = true + + # Shows current date and/or time inside menu. + # menu_timedate_enable = true @@ -771,7 +771,7 @@ # Assets directory. This location is queried by default when menu interfaces try to look for @@ -20,7 +33,7 @@ index 9d7c109bfe..f62b3018a2 100644 # Dynamic wallpapers directory. The place to store the wallpapers dynamically # loaded by the menu depending on context. -@@ -784,10 +784,10 @@ +@@ -784,19 +784,19 @@ # rgui_browser_directory = # Core directory for libretro core implementations. @@ -32,4 +45,15 @@ index 9d7c109bfe..f62b3018a2 100644 +libretro_info_path = /usr/share/libretro/info # Path to content database directory. - # content_database_path = +-# content_database_path = ++content_database_path = /usr/share/libretro/database + + # Saved queries are stored to this directory. + # cursor_directory = + + # Path to cheat database directory. +-# cheat_database_path = ++cheat_database_path = /usr/share/libretro/database + + # Defines a directory where CPU-based video filters are kept. + # video_filter_dir = |