Forum Replies Created
-
AuthorPosts
-
05/10/2015 at 21:27 in reply to: Retropie 3 beta 2 issue – unable to 'Configure Retroarch Controller' #97227gobblaParticipant
[quote=97215]You say it works on all games, but not SNES ones?
Have you tried a few different SNES games? (And which emulator are you using – a libretro one?)If you have tried a few games (and not just Mario All Stars) then presumably there is something odd in (assuming you are using a libretro emulator) /opt/retropie/configs/snes/retroarch.cfg
[/quote]
Yes, its pretty much being used out of the box, so I’m guessing its libretro.
I have no idea what the culprit really is, but I know alot of people is experiencing the same thing on the newest BETA.
My retroarch.cfg:
#include “/opt/retropie/configs/all/retroarch.cfg”
# All settings made here will override the global settings for the current emul$
input_remapping_directory = /opt/retropie/configs/snes/
video_shader = /opt/retropie/emulators/retroarch/shader/snes_phosphor.glslp
video_shader_enable = false
video_smooth = false05/10/2015 at 18:42 in reply to: Retropie 3 beta 2 issue – unable to 'Configure Retroarch Controller' #97209gobblaParticipantThanks Floob. I’ve tried that among with all other stuff my google-fu has given me. One person suggested downgrading the kernel, and that bricked the installation entirely.
05/10/2015 at 02:16 in reply to: Retropie 3 beta 2 issue – unable to 'Configure Retroarch Controller' #97170gobblaParticipant[quote=96992]Hi, I was having the same problem but i found a solution!
This is most certainly a bug.Go to the right directory:
cd /opt/retropie/emulators/retroarch/configs/then replace USB_Gamepad_.cfg with USBgamepad.cfg
So…
cp USBgamepad.cfg USB_Gamepad_.cfg
You might want to make a backup first for USB_Gamepad_.cfgHope this helps.
[/quote]
This does not work for me. Can you please paste your config? Mine is:
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”04/24/2015 at 09:27 in reply to: Retropie 3 beta 2 issue – unable to 'Configure Retroarch Controller' #96039gobblaParticipantI have the same problem with the same controller.
I have tried deleting USBGamepad.cfg and doing the retropie_setup.sh script. It does work in other emulators, but not on SNES games..USBGamepad.cfg:
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” -
AuthorPosts