-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RetroArch can't read psn zip files #19554
Comments
Does the standalone version of PPSSPP can open that zip? |
PPSSPP standalone doesn't actually support reading game ISO files directly from zip files either, but it does offer to extract them. Especially for small ISOs, it would make sense to just unpack the ISO to RAM and read it from there. We'd add a "Play directly" option to the extract zip dialog on standalone, and we'd just default to reading the ISO in the case of retroarch / no-ui. Marking as feature request. In the meantime, you can work around this by simply extracting the ISOs from your zip files and playing them. |
Hmm.. that is strange, since OP said it only happened with ISOs of psn/minis of games, isn't that mean zipped ISO from dumped UMD works for him? so may be RetroArch did the extraction? (which mean not a PPSSPP issue?) |
it doesn't work with RetroArch, but original PPSSPP extracts the iso. |
@anr2me I'd think the same applies to any zipped ISO. |
I tried using regular psp rom files, RetroArch scanned them and played them as regular roms. |
The RetroArch version of PPSSPP can't read zip files of isos if it tries to. It only happens with the psn/minis of games.https://github.com/user-attachments/assets/e4cc6ea5-5ebd-4300-805f-aaf31a048103
The text was updated successfully, but these errors were encountered: