mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-01 05:52:30 +01:00
70 lines
2.2 KiB
Diff
70 lines
2.2 KiB
Diff
Disable online updater as libretro cores are built for glibc.
|
|
diff --git a/retroarch.cfg b/retroarch.cfg
|
|
index 9d7c109bfe..3692e1af29 100644
|
|
--- a/retroarch.cfg
|
|
+++ b/retroarch.cfg
|
|
@@ -647,10 +647,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.
|
|
@@ -663,7 +663,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
|
|
@@ -779,7 +779,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.
|
|
@@ -792,19 +792,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/rdb
|
|
|
|
# Saved queries are stored to this directory.
|
|
# cursor_directory =
|
|
|
|
# Path to cheat database directory.
|
|
-# cheat_database_path =
|
|
+cheat_database_path = /usr/share/libretro/database/cht
|
|
|
|
# Defines a directory where CPU-based video filters are kept.
|
|
# video_filter_dir =
|
|
@@ -833,7 +833,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 =
|