updated to latest love-android revision (aada9b59bcdf)

This commit is contained in:
fysx
2014-01-20 10:09:26 +01:00
parent ab51b4cc9b
commit ba5f33f9aa
45 changed files with 1112 additions and 50480 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ static const struct luaL_Reg sdl_lib[] = {
int main(int argc, char **argv)
{
#ifdef __ANDROID__
#ifdef LOVE_ANDROID
SDL_SetHint("LOVE_GRAPHICS_USE_OPENGLES", "1");
#endif
@@ -248,7 +248,7 @@ int main(int argc, char **argv)
#endif // LOVE_LEGENDARY_UTF8_ARGV_HACK || LOVE_LEGENDARY_APP_ARGV_HACK
SDL_Quit();
#ifdef __ANDROID__
#ifdef LOVE_ANDROID
exit(retval);
#endif