Build Request

Issue #454 resolved
Former user created an issue

Hello,

Is there any way I could request a build of version 1.7.4 compatible for a raspberry pi ( to be used with retropie ) ?

If not how can I build this version for rpi ? Thanks

Comments (1)

  1. Eke ekeeke repo owner

    If you mean a standalone version of Genesis Plus GX (like the Wii version) for Raspberry Pi, it does not exist so you can not ‘build’ one unless you have the skills to implement the code yourself and make a proper port. I personally have no Rpi and no plan to add support for this myself.

    If you mean the libretro port to be used in Retroarch on Raspberry Pi (through retropie or any other frontend), it should be available on Retroarch servers: you should ask on their forums (or on retropie forums) for support on this. It’s not yet up-to-date with the last version on this repository but it is usually after a while and also has extra features like run-ahead support I think. You can also compile genesis plus gx libretro core for raspberry pie yourself using this command:

    make -f Makefile.libretro platform=unix-rpi2

    (or -rpi3 if you use raspberry pi 3 hardware)

  2. Log in to comment