RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    System Default Emulator file

    Scheduled Pinned Locked Moved Help and Support
    default core
    3 Posts 2 Posters 139 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      Simrose
      last edited by

      Pi4B
      Official Retropie 4.8

      Hi, Is there a list similar to emulators.cfg which lists all the current default cores setup.
      I know you can check here for example the opt/retropie/configs/atari2600/emulators.cfg
      default = "lr-stella2014"
      But I am thinking their is probally an easier way.
      Thanks
      Sim

      1 Reply Last reply Reply Quote 0
      • YFZdudeY
        YFZdude
        last edited by

        If you just want to see what they are, here is a functional, albeit not very pretty way to do it.

        Drop to command line and use

        for f in /opt/retropie/configs/*/emulators.cfg; do echo $f & cat $f | grep default; done
        

        For a long list it might be beneficial to save it as a text file somewhere for ease of reading.

        for f in /opt/retropie/configs/*/emulators.cfg; do echo $f & cat $f | grep default; done > /path/to/file.txt
        
        S 1 Reply Last reply Reply Quote 1
        • S
          Simrose @YFZdude
          last edited by

          @YFZdude
          Thanks for helping
          Sim

          1 Reply Last reply Reply Quote 0
          • First post
            Last post

          Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

          Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.