Iβm new to Retroarch and am loving it. Transferred my small winkawaks and MAME collection to it. The one hangup I have is trying to play the X-Men 6 player arcade game on it. Using MAME directly Iβm able to use 6 gamepads easily. Retroarch will recognize the 6 gamepads and I can move around the RGUI with each gamepad, but when I enter the game using the latest MAME core (1.85) only 4 gamepads are recognized. When I hit tab in the game to change the MAME controls for players 5 & 6, not a single button is recognized on those two gamepads despite having programmed them in Retroarch. Iβm using a generic sabrent 12 button gamepad. Anyway, not sure how to fix this. Would love advice on how to even begin to figure it out. For what itβs worth, hereβs what I have in my config file: input_device_p1 = β0β input_player1_joypad_index = β0β input_libretro_device_p1 = β1β input_player1_analog_dpad_mode = β1β input_device_p2 = β0β input_player2_joypad_index = β1β input_libretro_device_p2 = β1β input_player2_analog_dpad_mode = β1β input_device_p3 = β0β input_player3_joypad_index = β2β input_libretro_device_p3 = β1β input_player3_analog_dpad_mode = β2β input_device_p4 = β0β input_player4_joypad_index = β3β input_libretro_device_p4 = β1β input_player4_analog_dpad_mode = β1β input_device_p5 = β0β input_player5_joypad_index = β4β input_libretro_device_p5 = β1β input_player5_analog_dpad_mode = β1β input_device_p6 = β0β input_player6_joypad_index = β5β input_libretro_device_p6 = β1β input_player6_analog_dpad_mode = β1β
Appreciate any help with this!