0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-16 03:05:06 +00:00

android: orientations hint doesn't seem to be needed

This commit is contained in:
Sigrid Solveig Haflínudóttir 2021-12-28 00:13:58 +01:00
parent 539a6fe8d6
commit e24912ee66

View file

@ -166,7 +166,6 @@ init(void)
}
#ifdef __ANDROID__
winflags = SDL_WINDOW_RESIZABLE | SDL_WINDOW_FULLSCREEN_DESKTOP | SDL_WINDOW_BORDERLESS | SDL_WINDOW_INPUT_GRABBED;
SDL_SetHint(SDL_HINT_ORIENTATIONS, "Portrait LandscapeLeft LandscapeRight");
#else
winflagfs = 0;
#endif