mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +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