recalbox / mk_arcade_joystick_rpi

Raspberry PI kernel module for arcade joystick on GPIO and MCP23017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ingame problems

Augment1n opened this issue · comments

Hi! I installed rretropie, did all your stuff, successfully configurated and tested the 2 player's joysticks and buttons, but in the games they are not working.

Could you help me?

Thanks in advance.

For snes, n64? can u be more specific? How do you connect the joystick?

nintendo, megaman reloded. I did everything as you said in the README.md.

and in the Doom too. :(

I assume i missed a setting in the retropie, just don't know what and where can I find it.

but the menu works, you can go left and rigth?

Yes. Both of the joysticks and all the 16 buttons are working in the menu.

Could you tell me what are the good values here?

#Player 1
input_player1_joypad_index = 0
input_player1_b_btn = ?
input_player1_a_btn = ?
input_player1_y_btn = ?
input_player1_x_btn = ?
input_player1_l_btn = ?
input_player1_r_btn = ?
input_player1_start_btn = ?
input_player1_select_btn = ?
input_player1_up_btn = ?
input_player1_down_btn = ?
input_player1_left_btn = ?
input_player1_right_btn = ?
input_exit_emulator_btn = ?
input_menu_toggle_btn = ?

#Player 2
input_player2_joypad_index = 1
input_player2_b_btn = ?
input_player2_a_btn = ?
input_player2_y_btn = ?
input_player2_x_btn = ?
input_player2_l_btn = ?
input_player2_r_btn = ?
input_player2_start_btn = ?
input_player2_select_btn = ?
input_player2_up_btn = ?
input_player2_down_btn = ?
input_player2_left_btn = ?
input_player2_right_btn = ?

I used this:
mk_joystick_arcade_gpiosb

Or how can I tell the retroarch to use js0 as player 1 and js1 as player 2?

okey, i find where can I modify the RetroArch joypad buttons. It is working now

Hey Augment1n can you share your fix? I am having the same issue.