Added a flag that changes android storage from internal to external.

This commit is contained in:
BobbyJones
2015-12-31 01:28:00 -05:00
parent a42341aa73
commit 3c83fb8626
5 changed files with 17 additions and 9 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ public:
* @param ident The name of the game. Will be used to
* to create the folder in the LOVE data folder.
**/
virtual bool setIdentity(const char *ident, bool appendToPath = false) = 0;
virtual bool setIdentity(const char *ident, bool appendToPath = false, bool internalStorage = false) = 0;
virtual const char *getIdentity() const = 0;
/**