Cristi Mitrana
Cristi Mitrana
By specifying the full path to the custom WAV files, there's no need for a symlink. Users can create a `music` sub-folder and copy the custom track files there, then...
An explanation for how the 2nd instance works (taken from https://i.reddit.com/r/emulation/comments/886ucq/): > In **Single-Instance** mode, when it wants to run a frame, instead it does this: > * Disable audio...
I think you're calling the `addPort` without the needed parameters. You need to supply the 5th parameter with the value that will substitute `%ROM%` in the emulator command line (4th...
> The rom parameter is clearly optional: > > `@param game rom/game parameter (optional)` > Yes, but if your emulator command references it, it must be set, otherwise you'd get...
> That is precisely the idea for my fix. The change is it leaves open the possibility not to use an optional rom and run the binary without it. If...
> > > > The possibility to forgo specifying the rom parameter for any game/emulator that actually treats a rom parameter as optional and allows for two modes of operation:...
Thanks for taking a stab at updating this. **Note** : you'll have to match the assets files with the installed files (in `install_srb2`). The new 2.2.10 release doesn't have the...
The files are part of the source repository ([here](https://github.com/STJr/SRB2/tree/master/assets)).
Needs an adjustment for Pi3 et. al now that 'vc4-kms-v3d' is default all Pi models.
Fixed the display and detection for models < 4 when they use the new `vc4-kms-v3d` overlay.