mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 11:11:23 +02:00
Added workaround for love.filesystem.getDirectoryItems
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user