-
Notifications
You must be signed in to change notification settings - Fork 16
/
retroarch.cfg
44 lines (32 loc) · 1.76 KB
/
retroarch.cfg
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
# Assets directory. This location is queried by default when menu interfaces try to look for
# loadable assets, etc.
assets_directory = "@prefix@/share/libretro/assets/"
# Path to content database directory.
content_database_path = "@prefix@/share/libretro/database/rdb"
# Path to cheat database directory.
cheat_database_path = "@prefix@/share/libretro/database/cht"
# Saved queries are stored to this directory.
cursor_directory = "@prefix@/share/libretro/database/cursors"
# A directory for where to search for libretro core information.
libretro_info_path = "@prefix@/share/libretro/info"
# Directory for joypad autoconfigs.
# If a joypad is plugged in, that joypad will be autoconfigured if a config file
# corresponding to that joypad is present in joypad_autoconfig_dir.
# 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 = "@prefix@/share/libretro/autoconfig"
# Defines a directory where CPU-based video filters are kept.
video_filter_dir = "@prefix@/lib/retroarch/filters/video"
# Directory where DSP plugins are kept.
audio_filter_dir = "@prefix@/lib/retroarch/filters/audio"
# Defines a directory where shaders (Cg, CGP, GLSL) are kept for easy access.
video_shader_dir = "@prefix@/share/libretro/shaders"
# Defines a directory where overlays are kept.
overlay_directory = "@prefix@/share/libretro/overlays"
# If disabled, will hide 'Online Updater' inside the menu.
menu_show_core_updater = "true"
# Use WebM for video recording
video_record_quality = "6"
# Disable suspending the screensaver, as xdg-screensaver may not be available.
suspend_screensaver_enable = "false"