TheXTech / TheXTech

The full port of the SMBX engine from VB6 into C++ and SDL2, FreeImage and MixerX
https://wohlsoft.ru/projects/TheXTech/
GNU General Public License v3.0
262 stars 27 forks source link

[Android] Backup/Restore gamesaves saved at application's directory #733

Open Wohlstand opened 4 months ago

Wohlstand commented 4 months ago

Add a settings screen action to backup and restore gamesaves and settings stored at the application's directory which is inacessible to users at all on newer Android versions. This directory is primarily used when user puts assets on SD card or other read-only file system that makes no way to write anything at the assets directory itself.

ds-sloth commented 4 months ago

Sounds like a good idea, feel free to start development at your convenience. We may be able to do something similar for Emscripten as well.