Forum Replies Created
-
AuthorPosts
-
donkahones
ParticipantOk. So I finally figured out my issue…..
Somehow my retroarch.cfg config had gamepad= 1 as player 1 and gamepad=0 as player 2. This caused the swap I was seeing when playing games.
I made player 1 gamepad=0 and player 2 gamepad=1 and then went through the emulation station pop-up screen. now everything works fine. Now on to exiting roms with holding down select and pressing start……..
Thanks for all your help!!!!!!
donkahones
ParticipantNo luck.
Does everyone who wants to control their emulations ration menu with their player 1 controller have to go through these steps?
I assume I am missing something obvious here. Should I just start from scratch with the latest image?
donkahones
ParticipantSo I edited main.c with
pads.data1 = RPI_GPIO_P1_07;
pads.data2 = RPI_GPIO_P1_05;Instead of
pads.data1 = RPI_GPIO_P1_05;
pads.data2 = RPI_GPIO_P1_07;In both the rev 1 and else portions of the if statement. (I have a rev 2 pi)
then a ran:
make clean
makeRebooted and it still doesn’t work.
For the hardware solution, wouldn’t swapping physical inputs just cause p1 controller to now be p2 controller? Then I’d be in the same situation where I have to control emulation station with p2 controller and pickup p1 controller to play?
donkahones
ParticipantThanks for the quick response and all your hard work.
I was able to get it working with controller 2 only. I noticed it mention that it will only work with the first controller plugged in. Rebooted with only player 1 plugged in and I can’t complete the es setup because it doesn’t recognize anything being input.
donkahones
ParticipantI added a sleep 15 in a line above ./emulationstation in the /usr/bin/emulationstation file…
…..um that didn’t work…..going to sleep now
donkahones
ParticipantNever mind. i was able to find this
i just needed to add a sleep command to the emulation station startup script so that the game pad drivers load first
Thanks again
-
AuthorPosts