Updated to love-android changeset 3b5e5e182a00

This commit is contained in:
Martin Felis
2014-01-12 21:21:46 +01:00
parent 0ff0941068
commit 69b200b144
396 changed files with 52558 additions and 2317 deletions
+2 -2
View File
@@ -151,9 +151,9 @@ static const struct luaL_Reg sdl_lib[] = {
int main(int argc, char **argv)
{
#ifdef __ANDROID__
SDL_SetHint("LOVE_GRAPHICS_USE_OPENGLES", "1");
SDL_LogSetAllPriority(SDL_LOG_PRIORITY_VERBOSE);
#endif
#ifdef LOVE_LEGENDARY_UTF8_ARGV_HACK
int hack_argc = 0; char **hack_argv = 0;