Hey guys,
I am running the xinmo 2 player controller and it working great with the feederchain kernel. My question(s).
Is there a way to dedicated a button to exit the emulators without the hotkey functionality while using the hotkey for other functions?
Example
input_exit_emulator_btn = 10 (I want this to work when I press button 10 without having to hold down button 9).
input_enable_hotkey_btn = 9
I want these functions when I hold down button 9
input_menu_toggle_btn = 1
input_load_state_btn = 2
input_save_state_btn = 5
input_reset_btn = 3
input_state_slot_increase_axis = +0
input_state_slot_decrease_axis = -0
input_volume_up_axis = -1
input_volume_down_axis = +1
Put it together and I only get all these functions when the hotkey is held down.
Any ideas?