PSP Minis not showing in Emulation Station
-
Hello,
I can't get pspminis to show up in my Emulation Station on my Retropie cabinet. I added the following into the es_systems.cfg file under configs/all. I have two .cso roms in the pspminis folder. Not showing up. What am I missing?
<system>
<name>pspminis</name>
<fullname>PlayStation Portable Minis</fullname>
<path>/home/pi/RetroPie/roms/pspminis</path>
<extension>.adf .adz .cue .dms .ipf .lha .sh .uae .zip .ADF .ADZ .CUE .DMS .IPF .LHA .SH .UAE .ZIP .bin</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS psp %ROM%</command>
<platform>psp</platform>
<theme>pspminis</theme>
</system>p.s.: My PSX and PSP Portable games work just fine.
-
@drdave79 Don't you have to add your CSO extension to the list?
-
@iandaemon Sorry, wrong one.
<system>
<name>pspminis</name>
<fullname>PlayStation Portable Minis</fullname>
<path>/home/pi/RetroPie/roms/pspminis</path>
<extension>.iso .pbp .cso .ISO .PBP .CSO</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS psp %ROM% </command>
<platform>psp</platform>
<theme>pspminis</theme>
</system> -
@drdave79 Remember that some operating systems are case sensitive. "CSO" and "cso" may not be seen as equal. (That was an issue once back when I was a web designer.) :facepalm: Maybe an invisible character? Hmm. Incorrect format simply named ".cso"?
-
@iandaemon <extension>.iso .pbp .cso .ISO .PBP .CSO</extension> has both lower case and upper case. So I don't think that's it.
-
@drdave79 I have a whole folder with the same .cso extension. I wouldn't think they're renamed incorrectly. They worked on an old build that I got them from in the first place, but I don't have it anymore.
If anyone has working PSP Minis in their emulation station, please copy and paste their entry from the config file and let me know what emulator you're using.
-
@drdave79 Try to change in the es_system.cfg the platform name to "pspminis", and also change the command line to include "pspminis" instead of "psp". And then you should add a copy of "psp" folder, named "pspminis" in /opt/ retropie/configs. That was the way I added "Naomi" system using the existing Dreamcast. Good luck
-
@rott42 Unfortunately, that didn't work. Here's what I changed it to.
<system>
<name>pspminis</name>
<fullname>PlayStation Portable Minis</fullname>
<path>/home/pi/RetroPie/roms/pspminis</path>
<extension>.iso .pbp .cso .ISO .PBP .CSO</extension>
<command>/opt/retropie/supplementary/runcommand/runcommand.sh 0 SYS pspminis %ROM% </command>
<platform>pspminis</platform>
<theme>pspminis</theme>
</system> -
@drdave79 Did you add new system/platfrom folder named "pspminis" in opt/retropie/config ?
-
@rott42 Yes. I copied the psp folder and renamed it pspminis.
-
@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.
-
This post is deleted! -
@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> -
@drdave79 please use code blocks when posting code/xml snippets. see https://commonmark.org/help/ - otherwise underscores are getting interpreted as italics
-
@drdave79 Then You are missing two spaces. It's supposed to be " sys ".
-
@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.
-
@rott42 Yes, it looks like this.
-
@drdave79 That 's unfortunate. I will try this weekend to add pspminis to my pi and see if I missed something.
-
@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.
-
@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.
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.