mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 11:15:13 +03:00
68 lines
2.2 KiB
Diff
68 lines
2.2 KiB
Diff
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 =
|