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 savegame provider to expose internal directory #936

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

newhinton
Copy link

This exposes the internal storage via android's storage access framework. This makes it possible to easily import&export savegames, especially on Android 14 where access to the internal storage is very limited.

image image

This feature was heavily inspired by dolphin, which handles this in a very similar way.

This is not a replacement for #690 or #632, it is heavily complemented by it.

Fixes #900

@newhinton newhinton mentioned this pull request Aug 7, 2024
8 tasks
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

Successfully merging this pull request may close these issues.

Alternative save states option
1 participant