Skip to content
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

Closed
zminhquanz opened this issue Jun 1, 2018 · 4 comments
Closed

Detect DLC PSP file on MicroSD instead of Internal Storage #11115

zminhquanz opened this issue Jun 1, 2018 · 4 comments

Comments

@zminhquanz
Copy link
Contributor

It'll help on some device have low internal storage size , you can copy DLC into MicroSD card and play it

@1234Sameer
Copy link

Not sure but is it same as #9573

@unknownbrackets
Copy link
Collaborator

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:

  1. The straight forward way: make it so that you can simply have the entire emulated storage at any location.
  2. The really hard and complex way: translate any file IO to check for files in multiple paths, handling reads and writes, overrides, listing, and even free disk space requests properly.

#11812 implements the simpler option, but I think it still solves this general problem.

-[Unknown]

@ghost
Copy link

ghost commented Sep 14, 2021

This can affect scoop storage?

@hrydgard
Copy link
Owner

The new scoped storage support lets you put your entire PSP directory on your MicroSD. Any additional support for this is not planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants