Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Retrolink Controller Doesn’t Work Properly in Roms
- This topic has 6 replies, 4 voices, and was last updated 9 years, 7 months ago by ronoh55.
-
AuthorPosts
-
03/15/2015 at 13:57 #91362dracdudeParticipant
Hey guys, I’ve been trying to figure this out for the last week and have still had no luck. I have a retrolink SNES usb gamepad and whenever I boot up a rom to play in retropie when I hit my A button it resets my whole game and X will bring me into this retroarch menu and whenever i hit a button it gives me yellow dialog at the bottom of the screen. I’ve tried configuring the controller in retropi and I’ve set it up in the setup menu as well and then went in and edited the config but nothing has changed. A resets the game and X will bring me into the retroarch menu. Am I missing something. I don’t know what else to try other then starting over from scratch and trying again.
03/15/2015 at 15:12 #91423FloobMemberIt sounds like your hotkeys are set to on all the time.
Try changing this in your /opt/retropie/configs/all/retroarch.cfg fileinput_enable_hotkey = nul
to
input_enable_hotkey = altHere is a hotkey guide
03/16/2015 at 04:58 #91563dracdudeParticipantThank you very much for your reply Floob, that looks like it fixed the hotkeys automatically being used whenever I play again however I still can’t get my controller to exit out back to RetroPi. Everytime I hit select it just pauses the game when I hit select and start it doesn’t do anything and I mimicked your code with my controller. I tried adding the shader inputs too but whenever i typed quote ” to put a number and it put a @. So I don’t know what’s up with that. Thanks again for your help. I don’t know why my select button is acting like a start key.
This is my code for my USB Gamepad
input_device = “USB Gamepad ”
input_driver = “udev”
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”
input_enable_hotkey_btn = “8”
input_exit_emulator_btn = “9”
input_menu_toggle_btn = “0”
input_load_state_btn = “4”
input_save_state_btn = “5”
input_reset_btn = “2”
input_state_slot_increase_axis = “+0”
input_state_slot_decrease_axis = “-0”03/16/2015 at 22:39 #91648FloobMemberYou’ve got quite a mixture of quotes in that example, some are ” , ″, “, ”
Are the all exactly the same type when you edit the file with nano?
03/29/2015 at 19:22 #93061mattrfhParticipanti am having the same problem with the retrolink snes controller. no matter what i do in retroarch controller configuration the buttons do not get reassigned. select acts like start. a acts like b. b acts like a and so on. I have manually edited USBGamepad.cfg as well and that didnt fix the situation. I am not sure where this controller is pulling its cfg from.
03/29/2015 at 19:29 #93062mattrfhParticipantjust as an aside i also have an ibuffalo controller and it works flawlessly configuring through retroarch or manually using sudo nano.
04/04/2015 at 21:20 #93790ronoh55ParticipantRegistered just to add to this thread.
I have the same SNES gamepad and have now DELETED the autoconfig file for the gamepad, with no changes to the main retroarch.cfg and the gamepad is recognized by RetroArch AND still has the wrong layout (a=b, b=a, etc.)
It worked perfectly in 2.6.
Edit: I’m using the raspi 2 if it makes any difference.
-
AuthorPosts
- The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.