Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • Omnija
    Participant
    Post count: 155

    I’ve been trying to figure out how to get dinothawr setup, but still not used to using the raspberry pi. I’ve had it set up with retroarch on pc but have no idea how to come about it on the pi.

    Floob
    Member
    Post count: 1629

    You would need a dinothawr core I think, this user looks like he has compiled one:
    http://libretro.com/forums/showthread.php?t=725

    Omnija
    Participant
    Post count: 155

    Not much details or steps on how to do so.

    Floob
    Member
    Post count: 1629

    Here are the steps I followed:

    Get the dinothawr game files on the Pi
    Put game files (dinothawr-data.zip unzipped) here:
    /home/pi/RetroPie/roms/ports/dinothawr

    Copy the dinothawr core across
    Create /opt/retropie/libretrocores/lr-dinothawr
    put dinothawr_libretro.so in it (attached below)

    Create config setup
    Create /opt/retropie/configs/dinothawr
    create retroarch.cfg for it
    Put this in it

    #include "/opt/retropie/configs/all/retroarch.cfg"
    # All settings made here will override the global settings for the current emulator core
    input_remapping_directory = /opt/retropie/configs/dinothawr/

    Create ES Menu item
    Create Dinothawr.sh in
    /home/pi/RetroPie/roms/ports/

    Put this in it

    #!/bin/bash
    /opt/retropie/supplementary/runcommand/runcommand.sh 0 "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-dinothawr/dinothawr_libretro.so --config /opt/retropie/configs/dinothawr/retroarch.cfg /home/pi/RetroPie/roms/ports/dinothawr/dinothawr.game" "dinothawr"

    You can get the game files here:
    http://themaister.net/dinothawr/dinothawr-data.zip

    The libretro core is attached.

    Omnija
    Participant
    Post count: 155

    Thank you works perfectly.

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