Hi, its version 3.3.0.
Posts made by mac321
-
Retrolink N64 Controller Clone
Hi all, I figured out that the configuration of the D-Pad for this controller is wrong in /usr/share/mupen64plus/InputAutoCfg.ini I have to use this: DPad R = hat(0 Right) DPad L = hat(0 Left) DPad D = hat(0 Down) DPad U = hat(0 Up) Instead of: DPad R = axis(5+) DPad L = axis(5-) DPad D = axis(6+) DPad U = axis(6-) Maybe this also helps someone else.
-
RE: I don't want a hotkey in mupen64
Ah, thats bad. But thanks for confirming
-
I don't want a hotkey in mupen64
Hi all Maybe it is a strange request - but I do not want that the hotkey quits the emulator. I know, if i would have succes, that I need to restart the whole PI or need access to the shell to quit emulator. Everytime I change "Joy Mapping Stop" to an empty string some script is overwriting the config if i start the emulation again. I found in /recalbox/scripts/ createmupenconfig.sh and changed the part which puts in the hotkey... And also tried to delete that script. Without any succes, something is still overwriting my mupen config. Any Ideas how i can prevent this?