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:
parent
539a6fe8d6
commit
e24912ee66
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue