Changed setting for hotkey to left analog
This commit is contained in:
parent
3e00f5b73c
commit
af78ac605f
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ builtin_mediaplayer_enable = "false"
|
|||
builtin_imageviewer_enable = "true"
|
||||
fps_show = "false"
|
||||
ui_menubar_enable = "true"
|
||||
libretro_path = "/usr/lib/libretro/bsnes_mercury_performance_libretro.so"
|
||||
libretro_path = "/usr/lib/x86_64-linux-gnu/libretro/nestopia_libretro.so"
|
||||
suspend_screensaver_enable = "true"
|
||||
rewind_enable = "true"
|
||||
audio_latency = "64"
|
||||
|
@ -369,7 +369,7 @@ input_slowmotion = "e"
|
|||
input_slowmotion_btn = "nul"
|
||||
input_slowmotion_axis = "nul"
|
||||
input_enable_hotkey = "nul"
|
||||
input_enable_hotkey_btn = "6"
|
||||
input_enable_hotkey_btn = "9"
|
||||
input_enable_hotkey_axis = "nul"
|
||||
input_volume_up = "add"
|
||||
input_volume_up_btn = "nul"
|
||||
|
|
Loading…
Reference in a new issue