Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Direct loading from Emulation Station main menu #108206
    mr2mas
    Participant

    Moving them into the main menu was pretty easy… You just add the following to /etc/emulationstation/es_systems.cfg

      <system>
        <name>Kodi</name>
        <fullname>Kodi</fullname>
        <path>~/RetroPie/roms/Kodi</path>
        <extension>.sh .SH</extension>
        <command>%ROM%</command>
        <platform>kodi</platform>
        <theme>kodi</theme>
      </system>
      <system>
        <name>Minecraft</name>
        <fullname>minecraft-pi</fullname>
        <path>~/RetroPie/roms/Minecraft</path>
        <extension>.sh .SH</extension>
        <command>%ROM%</command>
        <platform>Minecraft</platform>
        <theme>Minecraft</theme>
      </system>

    Then I copied the .sh files from ~/RetroPie/roms/ports folder into their own respective paths.

    mr2mas
    Participant

    Thank you dabone!

    Your instructions were spot on… Now I can load directly from Emulation Station as well… You rock!

    mr2mas
    Participant

    I was able to follow your instructions line by line…
    Just to clarify though, when you say:

    Now we need change another file.
    nano /opt/retropie/configs/apple2/startlinapple.sh

    Do you mean we need to create a new file?

    Aside from that, everything went smooth. All the ROMS show up under the Apple II however when I try to run anything, I keep getting booted back to the game selection. Am I missing anything?

Viewing 3 posts - 1 through 3 (of 3 total)