Hello,
i’m using/testing Lakka for RPi (devel-20150307204721-r20834-ge8d52d6) and i need to update some files that are in the read only section. I need to use usb gamepad only, not keyboard. My gamepad is “USB Gamepad” in retroarch. In the config file “/etc/retroarch-joypad-autoconfig/USB_Gamepad_.cfg” we have now :
input_device = "USB Gamepad "
input_driver = "udev"
input_vendor_id = "0079"
input_product_id = "0011"
input_b_btn = "2"
input_y_btn = "3"
input_select_btn = "8"
input_start_btn = "9"
input_up_axis = "-1"
input_down_axis = "+1"
input_left_axis = "-0"
input_right_axis = "+0"
input_a_btn = "1"
input_x_btn = "0"
input_l_btn = "4"
input_r_btn = "5"
To be able to use the gamepad only, i have to add some lines but this directory is read only, even in root. There is way to place a modified copy of this file in a writable directory to use it ?
I need to add those lines in the bottom of the current file :
[I]input_enable_hotkey_btn = "9"[/I]
[I]input_menu_toggle_btn = "7"[/I]
[I]input_exit_emulator_btn = "5"[/I]
Thank you very much