Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • bmos
    Participant
    Post count: 6

    What I’m trying to do is have all my FDS games run via nestopia core. Rather than change each game to use it, is there a way to specify a core to use in the run command for a given file extension?

    <system>
    <name>fds</name>
    <fullname>Famicom Disk System</fullname>
    <path>~/RetroPie/roms/fds</path>
    <extension>.FDS .zip .ZIP .fds</extension>
    <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ nes %ROM%</command>
    <platform>fds</platform>
    <theme>fds</theme>
    </system>

    where ‘nes’ would be something like fds or something.

    petrockblog
    Keymaster
    Post count: 1827

    duplicate /opt/retropie/configs/all/nes to another folder /opt/retropie/configs/all/fds – and edit the emulators.cfg to include just that one emulator. then in the runcommand line in es_sytems.cfg, use “/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ fds %ROM%”

    bmos
    Participant
    Post count: 6

    excellent! i’ll give it a shot. thanks buzz

    *edit*
    i assume you meant
    /opt/retropie/configs/nes
    right? that makes more sense to me thanks!

    petrockblog
    Keymaster
    Post count: 1827

    yes sorry.

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