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

Implement save data install from ZIP #19436

Merged
merged 8 commits into from
Sep 7, 2024
Merged

Implement save data install from ZIP #19436

merged 8 commits into from
Sep 7, 2024

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Sep 7, 2024

This makes it much easier to import zipped savedata, such as from GameFAQs. Just load the ZIP like if it was a game.

Might later add export funcionality as well.

image

Fixes #17966

Unfortunately, on Android with scoped storage, imported file times are not set correctly since it's not possible to edit the modified-timestamp of files using the scoped storage framework.

@hrydgard hrydgard added Saving issue Prevents or obstructs saving game (not save states.) User Interface PPSSPP's own user interface / UX labels Sep 7, 2024
@hrydgard hrydgard added this to the v1.18.0 milestone Sep 7, 2024
@hrydgard hrydgard marked this pull request as draft September 7, 2024 13:35
@hrydgard
Copy link
Owner Author

hrydgard commented Sep 7, 2024

Made it draft because it somehow breaks the normal savedata manager.

@hrydgard hrydgard marked this pull request as ready for review September 7, 2024 14:17
@hrydgard hrydgard merged commit 59b39a1 into master Sep 7, 2024
19 checks passed
@hrydgard hrydgard deleted the save-data-install branch September 7, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Saving issue Prevents or obstructs saving game (not save states.) User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should allow auto-installing saved data zip files
1 participant