Trying to setup a real N64 controller using a usb adapter. These are the buttons I have mapped in my cfg file based on the N64 layout here. Problem is the analog stick doesn’t work fully, for example in Super Mario 64 mario only walks, he wont run. The L+R and Z buttons aren’t functioning properly either. And this is in all emulators.
Here my current config file:
input_device = “HuiJia USB GamePad”
intput_driver = “udev”
intput_b_btn = “2”
intput_start_btn = “9”
intput_up_btn = “12”
intput_down_btn = “14”
intput_left_btn = “15”
intput_right_btn = “13”
intput_a_btn = “1”
intput_l2_btn = “6”
intput_r2_btn = “7”
intput_l_btn = “8”
intput_l_x_plus_axis = “+0”
intput_l_x_minus_axis = “-0”
intput_l_y_plus_axis = “+1”
intput_l_y_minus_axis = “-1”
intput_r_x_plus_axis = “-5”
intput_r_x_minus_axis = “+5”
intput_r_y_plus_axis = “+2”
intput_r_y_minus_axis = “-2”
If anyone has any ideas or a working setup please help me out. Thanks!