Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pygmaee
    Participant

    The problem with mupen64plus and hotkeys is, everytime you start the programm, the mupen64plus.cfg gets edited. To change that, edit the runfile for mupen64plus.

    /opt/retropie/emulators/mupen64plus/bin/mupen64plus.sh

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

    comment the two last lines out, it should look like this.

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

    However keep in mind that, your hotkey configurations from retroarch are not updated to mupen64plus anymore.

    in reply to: Xiaomi BLuetooth on Retropie #120795
    pygmaee
    Participant

    Hi,
    i have that controller. It is quite nice especially for that price.
    So basicly it works however the Bluetooth name of the controller is in chinese characters so you need a bit of configuration each time you use it.
    I think the problem is upstream with bluez tools, but would be awesome if somebody could solve the problem.

    So on Windows and Android and also on my Gnome Linux there are no problem regarding the chinese characters.
    On retropie however you have to get in the console and to the following.
    #bluetoothctl
    connect 00:00:00:00:00 (replace that by your bluetooth id)

    Thats it after that you can start emulationsstation and it works perfectly.

    Anybody has an idea to solve that??

    I already tried installing all chinese characters (apt-get install fonts-arphic-*) and activate it in /etc/locale. I also tried updating fonts-cache (fc-cache -vf)
    But so far nothing have worked that the controller works without the manual tweak.

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