mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Added a flag that changes android storage from internal to external.
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user