PKGBUILDs/extra/retroarch/retroarch-config.patch

52 lines
1.7 KiB
Diff
Raw Normal View History

2018-08-31 12:50:02 +00:00
diff -rupN RetroArch.orig/retroarch.cfg RetroArch/retroarch.cfg
2018-11-14 13:40:34 +00:00
--- RetroArch.orig/retroarch.cfg 2018-11-14 10:16:14.586946273 +0100
+++ RetroArch/retroarch.cfg 2018-11-14 10:15:09.879807008 +0100
@@ -625,7 +625,7 @@
2018-08-31 12:50:02 +00:00
# menu_show_online_updater = true
2017-05-19 18:01:51 +00:00
2018-08-31 12:50:02 +00:00
# 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
2017-05-19 18:01:51 +00:00
2018-08-31 12:50:02 +00:00
# If disabled, the libretro core will keep running in the background when we
# are in the menu.
2018-11-14 13:40:34 +00:00
@@ -754,7 +754,7 @@
2017-05-19 18:01:51 +00:00
# Assets directory. This location is queried by default when menu interfaces try to look for
# loadable assets, etc.
-# assets_directory =
+assets_directory = /usr/share/retroarch/assets
# Dynamic wallpapers directory. The place to store the wallpapers dynamically
# loaded by the menu depending on context.
2018-11-14 13:40:34 +00:00
@@ -767,10 +767,10 @@
2018-08-31 12:50:02 +00:00
# rgui_browser_directory =
2017-05-19 18:01:51 +00:00
2018-08-31 12:50:02 +00:00
# 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
2017-05-19 18:01:51 +00:00
2018-08-31 12:50:02 +00:00
# Path to content database directory.
# content_database_path =
2018-11-14 13:40:34 +00:00
@@ -782,13 +782,13 @@
2018-08-31 12:50:02 +00:00
# cheat_database_path =
2017-12-22 23:11:08 +00:00
# Defines a directory where CPU-based video filters are kept.
-# video_filter_dir =
+video_filter_dir = /usr/lib/retroarch/filters/video
# Directory where DSP plugins are kept.
-# audio_filter_dir =
+audio_filter_dir = /usr/lib/retroarch/filters/audio
2018-08-31 12:50:02 +00:00
# Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
-# video_shader_dir =
2018-11-14 13:40:34 +00:00
+video_shader_dir = /usr/share/libretro/shaders
2017-08-24 17:57:13 +00:00
2018-08-31 12:50:02 +00:00
# Recording output directory. Where recordings are saved.
# recording_output_directory =