sahlberg / pop-fe

Python script to automate the process of fetching boxart and installing PS1 games (onto your PSP/VITA/PS2/PS3)
135 stars 13 forks source link

Fix README #50

Closed ghost closed 9 months ago

ghost commented 9 months ago

Fix readme mistake I made a long time ago when adding the retroarch build schemes.

sahlberg commented 9 months ago

Nice. If you are in touch with the retroarch folks let them know we now have two different ways to provide fixes for libcrypt inside the actual eboot.pbp file itself.

Think of it as two different ways where we essentially inject the 'sbi file' equivalent into the eboot. Sonys emulators on ps3 and psp can handle this and thus it fixes libcrypt. Retroarch folks may want to implement this too in their eboot parser and avoid having the end users having to add an explicit sbi file for their libcrypt needs.

sahlberg commented 9 months ago

Right now I do create an explicit .sbi when installing to retroarch. But if they had this built into the parser then I would not need to. It would also mean that eboots from the playstore would work out of the box, as they too have the 'sbi equivalent' already built in.