Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • InsecureSpike
    Participant
    Post count: 571

    guy’s, I’ve just been looking at http://www.libretro.com/index.php/ecosystem/
    and it shows that there is:

    Handy Emulator (Atari Lynx)
    Mednafen NGP (NeoPop) Emulator (Neo Geo Pocket Color)
    Mednafen Wonderswan (Cygne) Emulator (WonderSwan Color)

    would either of these 3 work with RetroPie?
    if so, how would i go about trying them out?

    thanks in advance

    gizmo98
    Participant
    Post count: 452

    Github provides you with all sources:
    https://github.com/libretro

    You can get and compile the mednafen stuff with:
    cd RetroPie/emulatorcores
    git clone –depth=0 git://github.com/libretro/mednafen-libretro.git
    cd mednafen-libretro
    export FLAGS=”-march=armv6zk -mfpu=vfp -mfloat-abi=hard”
    make platform=armv

    There should be some libretto*.so file now. Otherwise compilation failed.

    Start retroarch with your new core:
    RetroPie/emulators/RetroArch/installdir/bin/retroarch -Lfind RetroPie/emulatorcores/mednafen-libretro/ -name “*libretro*.so” | head -1--config $rootdir/configs/all/retroarch.cfg

    Don’t no if it is working.

    InsecureSpike
    Participant
    Post count: 571

    wow thank you! i’ll give this a go on my next day off, thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Everything else related to the RetroPie Project’ is closed to new topics and replies.