Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • juicebag85
    Participant
    Post count: 40

    I got a Xbox 360 controller and I want that I can use in my Retroarch NES Emulator (for example if I play mega man) the X and the B Button for shooting. So I want that the regular A-NES Button is bound on two Xbox-buttons at the same time.
    But how can I do that?

    If I edit the /nes/retroarch.cfg do I have to add something like this? Or what is the right syntax?

    input_player1_a_btn = 5 & 6
    input_player1_b_btn = 4

    Thank you for your help!

    cortex
    Participant
    Post count: 32

    I’m not at home, so I can’t try it myself, but wether try this or just double the Inputs:

    input_player1_a_btn = 5
    input_player1_a_btn = 6
    input_player1_b_btn = 4

    But I don’t know if it works. The only Thing I know is that it’s not possible to do this for mupen64plus (http://code.google.com/p/mupen64plus/issues/detail?id=571).

    juicebag85
    Participant
    Post count: 40

    Hi.

    I tried that too, but it only takes the first entry for input_player1_a_btn and ignores the second one.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.