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

    Hi!

    When I manually edit this file and run Nintendo64 emulator, lose all changes.

    Why?

    One of this change is:

    # Joystick event string for stopping the emulator
    Joy Mapping Stop = "J0B7/B6,J1B7/B6"
    musenwoody
    Participant
    Post count: 1

    Hi.

    I have the same problem.

    After checking mupen64plus.sh, I found that every time when I run this file, it would regenerate mupen64plus.cfg.

    You could find this :

    # write hotkey to mupen64plus.cfg
     iniConfig " = " "\"" "$configdir/n64/mupen64plus.cfg"
     iniSet "${hotkeys_m64p[$i]}" "$bind"

    To solve this problem, I just edit mupen64plus.sh,

    # write hotkey to mupen64plus.cfg
    # iniConfig " = " "\"" "$configdir/n64/mupen64plus.cfg"
    # iniSet "${hotkeys_m64p[$i]}" "$bind"
    efraimsangil
    Participant
    Post count: 51

    Thanks a lot , I solve my problem. :)

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.