Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Game pads not working in emulation station menu #1415
    donkahones
    Participant

    Ok. 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!!!!!!

    in reply to: Game pads not working in emulation station menu #1406
    donkahones
    Participant

    No 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?

    in reply to: Game pads not working in emulation station menu #1395
    donkahones
    Participant

    So 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
    make

    Rebooted 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?

    in reply to: Game pads not working in emulation station menu #1390
    donkahones
    Participant

    Thanks 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.

    in reply to: Game pads not working in emulation station menu #1386
    donkahones
    Participant

    I added a sleep 15 in a line above ./emulationstation in the /usr/bin/emulationstation file…

    …..um that didn’t work…..going to sleep now

    in reply to: Game pads not working in emulation station menu #1385
    donkahones
    Participant

    Never mind. i was able to find this

    http://www.reddit.com/r/raspberry_pi/comments/16w9qn/emulationstation_and_a_logitech_dual_action/c816dz

    i just needed to add a sleep command to the emulation station startup script so that the game pad drivers load first

    Thanks again

Viewing 6 posts - 1 through 6 (of 6 total)