Trixarian / NetherSX2-patch

Unofficial Patches for NetherSX2
https://discord.gg/6cGWCrqAw5
The Unlicense
819 stars 33 forks source link

Add Storage Access #61

Closed noggl closed 5 months ago

noggl commented 5 months ago

Similar to #59 I'd like to ask whether it is possible to implement storage access for the scoped storage that Aether/Nether uses. Similar to Yuzu/Citra and other apps, this would allow storage access to the data folders by the android file manager and by other applications (Like FolderSync) by requesting the appropriate permissions.

See picture below from Dr4goonD3mon's original issue image

Trixarian commented 5 months ago

Not really possible with the current reverse engineered version of AetherSX2 since those paths are built into the emulation core and not easy to change as a result. Future versions of NetherSX2 that is built from scratch using our own front end and core based on PCSX2 will have this feature since scoped storage in Android 11 and up has become problematic