From af78ac605f55d15aa2c8c38ad2cf09a1726e1d97 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sat, 12 Sep 2015 17:08:20 -0400 Subject: [PATCH] Changed setting for hotkey to left analog --- retroarch.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/retroarch.cfg b/retroarch.cfg index 067c872..56a7d8b 100644 --- a/retroarch.cfg +++ b/retroarch.cfg @@ -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"