mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
macOS/iOS: Use more modern APIs for determining the save directory.
--HG-- branch : minor
This commit is contained in:
@@ -86,7 +86,7 @@ public:
|
||||
void write(const char *filename, const void *data, int64 size) const override;
|
||||
void append(const char *filename, const void *data, int64 size) const override;
|
||||
|
||||
void getDirectoryItems(const char *dir, std::vector<std::string> &items) override;
|
||||
bool getDirectoryItems(const char *dir, std::vector<std::string> &items) override;
|
||||
|
||||
void setSymlinksEnabled(bool enable) override;
|
||||
bool areSymlinksEnabled() const override;
|
||||
|
||||
Reference in New Issue
Block a user