devmiyax / yabause

Yabause is a Sega Saturn emulator and took over as Yaba Sanshiro
http://www.uoyabause.org
GNU General Public License v2.0
210 stars 35 forks source link

Android 10&11 Scoped Storage #777

Closed devmiyax closed 3 years ago

devmiyax commented 4 years ago

YabaSanshiro will not be able to access "/mnt/sdcard/".

https://medium.com/android-microsoft/scoped-storage-in-android-10-android-11-28d58d989f3c

devmiyax commented 4 years ago

Estimated changes

At the point of view emulation app, scoped storage downgrades user experiences

devmiyax commented 3 years ago

Done https://github.com/devmiyax/yabause/pull/783

Due to Scoped Storage specification. There are changes on Android 10 or above devices

Game file folder is changed from "/sdcard/yabause/games/" to "/sdcard/Android/data/org.devmiyax.yabasanshioro2.pro/files/yabause/games/" Game files, Save data, State data are removed when app is uninstalled Storage Access Framework is used when you select menu "Load Game"