Hello everyone, I am trying to get mupen64plus to run correctly on the Raspberry Pi 3. The version is the one found at the following address.
https://github.com/ricrpi/mupen64plusI successfully managed to compile the binaries after some struggle, though I still experience some issues with the configuration files and (seemingly) the core events. I am running the latest Jessie Raspbian.
First issue: configuration folder not being saved.
It appears that unless I (root) run the emulator with --configdir /home/pi/.config/mupen64plus every time it will load other configurations. Is this normal? Where are these other configurations found?
Second issue: fullscreen resolution not configurable
The fullscreen resolution is taken to be the same as the Raspbian environment. In my case, that would be 900p to 1080p depending on the screen I am running on. This of course limits the performance of mupen64plus, as a resolution of 480p would already be sufficient. At the moment, I am changing the output resolution alltogether from raspbian's boot configuration, but I'd much rather it staying at the native value. Is it something possible?
Third issue: Core event commands do not respond
I cannot quit the emulator by pressing esc, nor can I access any other command using my keyboard, though they are correctly bound in the configuration file. What could this be? The controllers I configured work fine, could this still be an SDL configuration issue, and if it is, which options should I enable in SDL2-2.0.3 before compiling? Could the core events be disabled by default in the compilation? If yes, how do I change these options when compiling mupen64plus?
Thanks to everyone for your patience, I hope to hear from you.
A.P.