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

    retroarch.cfg global and core.

    Scheduled Pinned Locked Moved Help and Support
    retroarch.cfgconfig
    2 Posts 2 Posters 338 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
      snock
      last edited by snock

      Maybe I'm confused ... but if I have a retroarch configuration in /opt/retropie/configs/all/retroarch.cfg (global) then it's the same for all cores ...

      For example.

       # Settings made here will only override settings in the global retroarch.cfg if placed above the #include line
       
       input_remapping_directory = "/opt/retropie/configs/tg16cd/"
       input_overlay = "/opt/retropie/emulators/retroarch/overlays/NEC-TurboGrafx-CD.cfg"
      
       input_player1_joypad_index = "0"
       # input_player2_joypad_index = "1"
       # input_player3_joypad_index = "2"
       # input_player4_joypad_index = "3"
       
       #include "/opt/retropie/configs/all/retroarch.cfg"
      
      

      If I run a roms it fails

      Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-beetle-pce-fast/mednafen_pe_fast_libretro.so --config /opt/retropie/configs/tg16cd/retroarch.cfg "/home/pi/RetroPie/roms/tg-cd/Vasteel (USA).chd"--appendconfig /dev/shm/retroarch.cfg
      Failed to open /home/pi/RetroPie/roms/tg-cd/syscard3.pce: No such file or directory
      
      

      To make it happen I have to add the line system_directory = "~/RetroPie/BIOS" which is included in retroarch.cfg (global). So if the roms is executed, and automatically the retroarch.cfg of the specific system (turbografx cd) is modified and many configuration lines are added.

      mituM 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @snock
        last edited by

        @snock said in retroarch.cfg global and core.:

        So if the roms is executed, and automatically the retroarch.cfg of the specific system (turbografx cd) is modified and many configuration lines are added.

        That's because you've activated Save on Exit in RetroArch's RGUI for that system or maybe you've reset the configuration file from the RGUI - on exit, the simple retroarch.cfg for that system is overwritten by RetroArch.

        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.