macOS/iOS: Use more modern APIs for determining the save directory.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2019-12-22 17:42:23 -04:00
parent e898d4571a
commit a27781aa6a
6 changed files with 41 additions and 12 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ public:
* This "native" method returns a table of all
* files in a given directory.
**/
virtual void getDirectoryItems(const char *dir, std::vector<std::string> &items) = 0;
virtual bool getDirectoryItems(const char *dir, std::vector<std::string> &items) = 0;
/**
* Enable or disable symbolic link support in love.filesystem.