mirror of
https://github.com/love2d/love-android.git
synced 2026-08-19 20:20:25 +02:00
updated to latest love-android revision (aada9b59bcdf)
This commit is contained in:
@@ -31,6 +31,8 @@ std::string System::getOS() const
|
||||
return "OS X";
|
||||
#elif LOVE_WINDOWS
|
||||
return "Windows";
|
||||
#elif LOVE_ANDROID
|
||||
return "Android";
|
||||
#elif LOVE_LINUX
|
||||
return "Linux";
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user