diff --git a/src/sdl_video.c b/src/sdl_video.c index 12e7b5b..cc31993 100644 --- a/src/sdl_video.c +++ b/src/sdl_video.c @@ -109,7 +109,8 @@ static void window_init(void) { ); #ifdef __ANDROID__ - Uint32 flags = 0; + SDL_SetHint(SDL_HINT_ORIENTATIONS, "LandscapeLeft LandscapeRight"); + Uint32 flags = SDL_WINDOW_FULLSCREEN; #else Uint32 flags = SDL_WINDOW_RESIZABLE; #endif