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

    PSP Minis not showing in Emulation Station

    Scheduled Pinned Locked Moved Help and Support
    pspmini
    24 Posts 6 Posters 4.5k 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.
    • J
      JimmyFromTheBay @Drdave79
      last edited by JimmyFromTheBay

      @drdave79 This is working for me:

        <system>
          <name>pspminis</name>
          <fullname>PSP Minis</fullname>
          <path>/home/pi/RetroPie/roms/pspminis</path>
          <extension>.cso .iso .pbp .CSO .ISO .PBP</extension>
          <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 _SYS_ pspminis %ROM%</command>
          <platform>pspminis</platform>
          <theme>pspminis</theme>
        </system>
      
      

      It looks the same as yours except for the underlines around SYS.

      Raspberry Pi 3b and 8GB Raspberry Pi 4, both running Retropie 4.7.1 installed from scratch using Raspberry Pi Imager, with wired keyboard, wireless mouse and double arcade joystick attached.

      D 2 Replies Last reply Reply Quote 0
      • D
        Drdave79 @JimmyFromTheBay
        last edited by Drdave79

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • D
          Drdave79 @JimmyFromTheBay
          last edited by Drdave79

          @jimmyfromthebay Made the change. Still not showing up. For some reason, when I copy and paste it here in this forum, the underlines don't show up. But it does in the cfg file.

          <system>
          <name>pspminis</name>
          <fullname>PSP Minis</fullname>
          <path>/home/pi/RetroPie/roms/pspminis</path>
          <extension>.cso .iso .pbp .CSO .ISO .PBP</extension>
          <command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pspminis %ROM%</command>
          <platform>pspminis</platform>
          <theme>pspminis</theme>
          </system>

          dankcushionsD R 2 Replies Last reply Reply Quote 0
          • dankcushionsD
            dankcushions Global Moderator @Drdave79
            last edited by

            @drdave79 please use code blocks when posting code/xml snippets. see https://commonmark.org/help/ - otherwise underscores are getting interpreted as italics

            1 Reply Last reply Reply Quote 1
            • R
              rott42 @Drdave79
              last edited by

              @drdave79 Then You are missing two spaces. It's supposed to be " sys ".

              dankcushionsD D 2 Replies Last reply Reply Quote 0
              • dankcushionsD
                dankcushions Global Moderator @rott42
                last edited by dankcushions

                @rott42 again, use codeblocks for code/xml otherwise underscores are going to be interpreted as italics, as yours have there. @Drdave79 's has exactly the same xml as @JimmyFromTheBay (i can see it if I edit the post), just not used code blocks so it looks screwy.

                1 Reply Last reply Reply Quote 1
                • D
                  Drdave79 @rott42
                  last edited by

                  @rott42 Yes, it looks like this.

                  aa0e2cff-f86d-41c5-a86e-73926b0ef9da-image.png

                  R 2 Replies Last reply Reply Quote 0
                  • R
                    rott42 @Drdave79
                    last edited by

                    @drdave79 That 's unfortunate. I will try this weekend to add pspminis to my pi and see if I missed something.

                    1 Reply Last reply Reply Quote 0
                    • R
                      rott42 @Drdave79
                      last edited by

                      @drdave79 O.K, didn't even need the weekend. I used the same settings we discussed, and it's all working great. My PSP system is now a bit empty, and the PSPMINIS full with games. I've notieced that you wrote in your first post that your es_systems.cfg file is under /configs/all. I know my file is located in /etc/emulationstation and this was the file I edited. I don't use .cso roms but .iso.

                      1 Reply Last reply Reply Quote 0
                      • S
                        sleve_mcdichael
                        last edited by sleve_mcdichael

                        @rott42 said in PSP Minis not showing in Emulation Station:

                        I've notieced that you wrote in your first post that your es_systems.cfg file is under /configs/all. I know my file is located in /etc/emulationstation and this was the file I edited.

                        From the docs:

                        ES will check two places for an es_systems.cfg file, in the following order, stopping after it finds one that works:

                        ~/.emulationstation/es_systems.cfg
                        /etc/emulationstation/es_systems.cfg
                        

                        The first (edit: second) one is automatically-generated and will be overwritten occasionally (whenever you install or update an emulator through the setup script.) The (first) one does not exist until you create it. More from the docs:

                        Custom es_systems.cfg should be in ~/.emulationstation/es_systems.cfg

                        copy es_systems.cfg from /etc/ to ~/.emulationstation

                        cp /etc/emulationstation/es_systems.cfg ~/.emulationstation/es_systems.cfg
                        

                        Note that anytime you add a new system from the RetroPie-Setup Script you will need to manually copy over the new system to the new location in order to keep parity.

                        D 1 Reply Last reply Reply Quote 1
                        • D
                          Drdave79 @sleve_mcdichael
                          last edited by

                          @sleve_mcdichael I specifically removed the es_systems.cfg file from configs/all/emulation because of this conflict awhile ago.

                          S 1 Reply Last reply Reply Quote 0
                          • S
                            sleve_mcdichael @Drdave79
                            last edited by sleve_mcdichael

                            @drdave79 said in PSP Minis not showing in Emulation Station:

                            @sleve_mcdichael I specifically removed the es_systems.cfg file from configs/all/emulation because of this conflict awhile ago.

                            But, that's the one you need to keep (in ~/.emulationstation -> /opt/retropie/configs/all/emulationstation) if you have custom edits. It's the one in /etc that gets overwritten when you install or update. (I had my "first/second" backwards in the original post; edited.)

                            D 1 Reply Last reply Reply Quote 0
                            • D
                              Drdave79 @sleve_mcdichael
                              last edited by Drdave79

                              @sleve_mcdichael I copied the file to both locations, and still no luck.

                              dankcushionsD 1 Reply Last reply Reply Quote 0
                              • dankcushionsD
                                dankcushions Global Moderator @Drdave79
                                last edited by

                                @drdave79 as per https://retropie.org.uk/forum/topic/30925/amiga-1200 it sounds like you're using a custom image so who knows how it's configuring emulationstation. we cannot support you in any capacity unless you are on the official image.

                                1 Reply Last reply Reply Quote 2
                                • 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.