mirror of
https://github.com/libretro/Lakka.git
synced 2025-02-19 23:41:25 +00:00
Expose input remapping directory
This commit is contained in:
parent
e00f75ea76
commit
57a22847f0
@ -128,6 +128,7 @@ makeinstall_target() {
|
||||
sed -i -e "s/# input_max_users =/input_max_users = 5/" $INSTALL/etc/retroarch.cfg
|
||||
sed -i -e "s/# input_autodetect_enable = true/input_autodetect_enable = true/" $INSTALL/etc/retroarch.cfg
|
||||
sed -i -e "s/# joypad_autoconfig_dir =/joypad_autoconfig_dir = \/tmp\/joypads/" $INSTALL/etc/retroarch.cfg
|
||||
sed -i -e "s/# input_remapping_directory =/input_remapping_directory = \/storage\/remappings/" $INSTALL/etc/retroarch.cfg
|
||||
sed -i -e "s/# input_menu_toggle_gamepad_combo =/input_menu_toggle_gamepad_combo = \"2\"/" $INSTALL/etc/retroarch.cfg
|
||||
|
||||
# Menu
|
||||
|
@ -24,3 +24,4 @@ d /storage/system 0777 root root - -
|
||||
d /storage/screenshots 0777 root root - -
|
||||
d /storage/shaders 0777 root root - -
|
||||
d /storage/joypads 0777 root root - -
|
||||
d /storage/remappings 0777 root root - -
|
||||
|
Loading…
x
Reference in New Issue
Block a user