@riverstorm said in Disable Retroarch joystick reset hotkey:
retroarch-joypads/
@dankcushions - Thanks worked perfect! When adding input_reset_axis = "+2" I was able to add it to either /opt/retropie/configs/mame-libretro/retroarch.cfg or /opt/retropie/configs/all/retroarch-joypads/Xbox 360 Wireless Receiver.cfg and it worked fine.
When adding 'input_reset_btn = "nul" to /opt/retropie/configs/mame-libretro/retroarch.cfg it didn't change the default or disable it but when I modified /opt/retropie/configs/all/retroarch-joypads/Xbox 360 Wireless Receiver.cfg directly it worked.
When input_reset_btn = "0" was located in the joystick config and input_reset_btn = "nul" was in the emulator config button "0" was still active.
It looks if the setting exists in the joystick config it has to modified there as it take precedence over the emulator config but it if doesn't exist in either it can be added to either and works fine.