mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
The iOS game list screen now also displays folders that contain main.lua.
This commit is contained in:
@@ -74,7 +74,7 @@ bool Filesystem::isRealDirectory(const std::string &path) const
|
||||
std::string Filesystem::getExecutablePath() const
|
||||
{
|
||||
#if defined(LOVE_MACOSX)
|
||||
return love::osx::getExecutablePath();
|
||||
return love::macosx::getExecutablePath();
|
||||
#elif defined(LOVE_IOS)
|
||||
return love::ios::getExecutablePath();
|
||||
#elif defined(LOVE_WINDOWS)
|
||||
|
||||
Reference in New Issue
Block a user