mirror of
https://github.com/love2d/love-android.git
synced 2026-08-18 19:54:18 +02:00
Updated to love-android changeset 3b5e5e182a00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user