Copy at3plusdecoder.so to internal memory to solve android permission issues on devices with no-exec mounted SD cards.

This commit is contained in:
Henrik Rydgard
2013-05-30 19:06:56 +02:00
parent eee5c74b0b
commit 839e5eccc6
3 changed files with 23 additions and 4 deletions
+1
View File
@@ -295,6 +295,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
}
#if defined(ANDROID)
g_Config.internalDataDirectory = savegame_directory;
// Maybe there should be an option to use internal memory instead, but I think
// that for most people, using external memory (SDCard/USB Storage) makes the
// most sense.