Hi I am pretty new to Lakka. Because Retropie was not running well on my Raspberry Pi 4 4GB I installed Lakka. This works great so far, but I have problems with playing N64 Games with a SNES or NES controller. Is there a way to use the D-Pad instead of a joystick?
For RetroPie I had to add this to the N64 config (/opt/retropie/configs/n64/retroarch.cfg) to get it work: input_player1_l_x_plus_axis = “+0” input_player1_l_x_minus_axis = “-0” input_player1_l_y_plus_axis = “+1” input_player1_l_y_minus_axis = “-1”
input_player2_l_x_plus_axis = "+0"
input_player2_l_x_minus_axis = "-0"
input_player2_l_y_plus_axis = "+1"
input_player2_l_y_minus_axis = "-1"
Thanks