diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2019-07-13 00:23:02 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-12 19:37:27 -0300 |
| commit | e7816e9ddc93d09fe3cbd31ca71cf320795168ca (patch) | |
| tree | 54c360cb412f14204a051681496fdb1051ae4d77 /testing/retroarch/config.patch | |
| parent | 709ef650c1496db4fcf6b769cad0fdac6f3e9ab9 (diff) | |
| download | aports-e7816e9ddc93d09fe3cbd31ca71cf320795168ca.tar.bz2 aports-e7816e9ddc93d09fe3cbd31ca71cf320795168ca.tar.xz | |
testing/retroarch: patch default config to use system directories
Diffstat (limited to 'testing/retroarch/config.patch')
| -rw-r--r-- | testing/retroarch/config.patch | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/testing/retroarch/config.patch b/testing/retroarch/config.patch new file mode 100644 index 0000000000..fc5359975c --- /dev/null +++ b/testing/retroarch/config.patch @@ -0,0 +1,35 @@ +diff --git a/retroarch.cfg b/retroarch.cfg +index 9d7c109bfe..f62b3018a2 100644 +--- a/retroarch.cfg ++++ b/retroarch.cfg +@@ -642,7 +642,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. +@@ -771,7 +771,7 @@ + + # Assets directory. This location is queried by default when menu interfaces try to look for + # loadable assets, etc. +-# assets_directory = ++assets_directory = /usr/share/libretro/assets + + # Dynamic wallpapers directory. The place to store the wallpapers dynamically + # loaded by the menu depending on context. +@@ -784,10 +784,10 @@ + # rgui_browser_directory = + + # Core directory for libretro core implementations. +-# libretro_directory = ++libretro_directory = /usr/lib/libretro + + # Core info directory for libretro core information. +-# libretro_info_path = ++libretro_info_path = /usr/share/libretro/info + + # Path to content database directory. + # content_database_path = |
