mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Fixed creating and setting the write directory on some sandboxed operating systems
This commit is contained in:
@@ -145,14 +145,14 @@ public:
|
||||
/**
|
||||
* Gets the user home directory.
|
||||
**/
|
||||
const char *getUserDirectory();
|
||||
std::string getUserDirectory();
|
||||
|
||||
/**
|
||||
* Gets the APPDATA directory. On Windows, this is the folder
|
||||
* in the %APPDATA% enviroment variable. On Linux, this is the
|
||||
* user home folder.
|
||||
**/
|
||||
const char *getAppdataDirectory();
|
||||
std::string getAppdataDirectory();
|
||||
|
||||
/**
|
||||
* Gets the full path of the save folder.
|
||||
|
||||
Reference in New Issue
Block a user