Added workaround for love.filesystem.getDirectoryItems

This commit is contained in:
fysx
2014-02-09 23:02:04 +01:00
parent 8fb02e11ab
commit 3f268ebedf
@@ -185,6 +185,11 @@ void Filesystem::init(const char *arg0)
{
if (!PHYSFS_init(arg0))
throw Exception(PHYSFS_getLastError());
#ifdef LOVE_ANDROID
// PHYSFS_permitSymbolicLinks (1);
#endif
initialized = true;
}