Closed Langerz82 closed 1 month ago
so the other hotkeys work in the autoconfig, just not the hotkey enabler?
Hello, all the other input record entries work fine, its just the hotkey one that's the issue.
Upon further testing I found out if I set in retroarch:
input_enable_hotkey_btn = "nul"
the input_enable_hotkey_btn from the config does indeed take precendent and works fine. I think the issue is more with our build setting a default value in retroarch.cfg hence why it ignores our submitted input gamepad values.
This issue can be closed, it doesn't really need any fix. Sorry for the uneeded report. Keep up the great work!!! ^-^
First and foremost consider this:
Description
When using udev input configurations for game controllers the hotkey button code does not assign to the input settings.
This record value is not respected:
Here is the input config file "Zikway HID gamepad.cfg":
Oh and just thought I should mention, you can manually set the hotkey in the menu, but the problem is if you change controller with a different hotkey keycode you have to change it again in the menu, despite it being supplied via the uved input config file.
Expected behavior
Hotkey buttons assigned in the config file should take precedence and recognise the overriding value.
Actual behavior
input_enable_hotkey_btn value is not being recognised and set in retroarch.
Steps to reproduce the bug
Use a udev controller type with the input_enable_hotkey_btn set different from the retroarch.cfg setting and it will not respect the different value.
Bisect Results
I think this has been an on-going issue.
Version/Commit
commit: 1e1b24c35996436e6cf0fe50ec046e2e03a0dbfa https://github.com/libretro/RetroArch/commit/1e1b24c35996436e6cf0fe50ec046e2e03a0dbfa
Environment information
EmuELEC 4.8 TEST Compiled with Ubuntu 22.04.4 LTS