Ivan V
Ivan V
Is there any point? In terms of compatibility these cores should be same as RetroPie's. If someone is willing to compile the lists, sure, why not?
Just like in RetroArch for any other platform. You can get *.cht files from https://github.com/libretro/libretro-database/tree/master/cht Put them to /etc/libretro/.config/retroarch/cheats
Try it with other ROMs. For example, see if cheats for Sonic The Hedgehog (W) are available and working.
That's caused by --ra-nosaves flag in launch scripts of mupen64plus.hmod/glupen64.hmod. /bin/n64: ``` #!/bin/sh exec retroarch-clover glupen64 "$@" --ra-nosaves ``` Try removing it. It should look like this: ``` #!/bin/sh exec...
@HD-Brian , try this one. [glupen64.zip](https://github.com/ClusterM/retroarch-clover/files/913764/glupen64.zip) Don't forget to unzip it before dropping the hmod into Hakchi2.
It doesn't matter
That's probably related (but not limited) to sleep in retroarch-clover script. Basically, you're leaving RetroArch too soon (most likely. it doesn't even initialize the core). Try not to do this.
IIRC, ZIP is the only format supported by FBA
Launch RetroArch, go to Settings -> Input and change Menu Toggle Gamepad Combo
I doubt that this can be done without changing the source code and recompiling RetroArch.