Use landscape orientation only

This commit is contained in:
elasota
2020-10-14 18:28:52 -04:00
parent 64ce75caa8
commit ad1912379a

View File

@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
if (SDL_Init(SDL_INIT_VIDEO) < 0)
return -1;
//SDL_GL_LoadLibrary("libGLESv2.so");
SDL_SetHint(SDL_HINT_ORIENTATIONS, "LandscapeLeft LandscapeRight");
GpFileSystem_Android::GetInstance()->InitJNI();