The iOS game list screen now also displays folders that contain main.lua.

This commit is contained in:
Alex Szpakowski
2015-08-15 23:57:04 -03:00
parent e44f20fdc6
commit 9a1c4ad565
6 changed files with 23 additions and 10 deletions
+1 -1
View File
@@ -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)