Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Setting up all/retroarch.cfg #102321
    deiv
    Participant

    I’ve got the same controller, and the joystick and the hatswitch are connected to the same axis

    as we can see in your configuration

    input_l_x_plus_axis = “+0”
    input_l_x_minus_axis = “-0”
    input_l_y_plus_axis = “+1”
    input_l_y_minus_axis = “-1”
    input_r_x_plus_axis = “+0”
    input_r_x_minus_axis = “-0”
    input_r_y_plus_axis = “+1”
    input_r_y_minus_axis = “-1”

    And i THINK (this i’m not sure at all) that mupen64plus has a tendancy to automatically link the right joypad of any controller with the c-button (like on Xbox controller).

    That would mean that when you press down on the stick, the emulator see down and C-up, whitch makes your character jump in SSB.

    Whatsoever you can check this by editing the n64 config file

    sudo nano /opt/retropie/configs/n64/retroarch.cfg

    in reply to: Joystick event combo for exiting mupen64plus? #102303
    deiv
    Participant

    I’ve been studying a bit more the problem , the file says i wants an event string so i found this document, that teaches us that

    The event string is a structured string and it is composed as
    follows:

    [pmu_name::]event_name[:unit_mask][:modifier|:modifier=val]

    The various components are separated by : or ::, they are defined as
    follows:

    http://man7.org/linux/man-pages/man3/libpfm.3.html#EVENT_STRINGS

    i gave it a try but the line
    Joy Mapping Stop = “J0B8:J0B9”
    Makes the emulator stop when i use the button 8, without waiting for the other button to be pushed.
    Any strings experts in here ?

    in reply to: Joystick event combo for exiting mupen64plus? #102299
    deiv
    Participant

    UP !

    after hours hours of struggle, trying to understand why mupen64plus doesn’t get my hotkey/exit emulator combination, i found this file to edit as well.

    i personally tried
    Joy Mapping Stop = “button(8) button(9)”
    (i guess you have the same N64 replica controller than i do)

    But nothing happened either, does anyone have a solution ? having to hit escape on a keyboard to exit the emulator isn’t an option …

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