-
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
Detect DLC PSP file on MicroSD instead of Internal Storage #11115
Comments
Not sure but is it same as #9573 |
Even though it seems logical, unfortunately games don't actually say "hi PSP OS, is there any DLC?" Instead, they say "hi PSP OS, could you tell me what files are in /PSP/GAME/?" From PPSSPP's perspective, maybe the game is checking if you had played a previous entry in the series. Or maybe it's a homebrew that lists games you've installed for some reason. Once PPSSPP answers, the game asks what files are in that folder. Sometimes these files are data files for the game. They could even be there because of a data install from UMD. Or they might be DLC. PPSSPP doesn't actually know. How these files work and what they contain is all managed by the game code. Even where they live. So in effect, there are two ways to make it possible to put DLC onto your micro SD card:
#11812 implements the simpler option, but I think it still solves this general problem. -[Unknown] |
This can affect scoop storage? |
The new scoped storage support lets you put your entire PSP directory on your MicroSD. Any additional support for this is not planned. |
It'll help on some device have low internal storage size , you can copy DLC into MicroSD card and play it
The text was updated successfully, but these errors were encountered: