-
Notifications
You must be signed in to change notification settings - Fork 90
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Original report by Christiaan Janssen (Bitbucket: cjanssen, GitHub: cjanssen).
I was building from sources, using ndk-build. A warning came out saying that PHYSFS_getUserDir is deprecated. It still compiles and runs fine, but maybe you'd want to check this.
Offending line is in jni/love/src/modules/filesystem/physfs/Filesystem.cpp, method Filesystem::getUserDirectory()
static std::string userDir = normalize(PHYSFS_getUserDir());
More info:
https://icculus.org/physfs/docs-devel/html/deprecated.html
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working