aboutsummaryrefslogtreecommitdiffstats
path: root/community/retroarch/config.patch
blob: c1b328c1ccaaa9394c3f3e429f84baee3b3c7471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
diff --git a/retroarch.cfg b/retroarch.cfg
index 9d7c109bfe..3692e1af29 100644
--- a/retroarch.cfg
+++ b/retroarch.cfg
@@ -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
+menu_show_core_updater = false
 
 # 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
 # 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,19 +784,19 @@
 # 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 =
+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 =
@@ -825,7 +825,7 @@
 # Input binds which are made explicit (input_playerN_*_btn/axis) will take priority over autoconfigs.
 # Autoconfigs can be created with retroarch-joyconfig, manually, or with a frontend.
 # Requires input_autodetect_enable to be enabled.
-# joypad_autoconfig_dir =
+joypad_autoconfig_dir = /usr/share/libretro/autoconfig
 
 # Save all remapped controls to this directory.
 # input_remapping_directory =