mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Use landscape orientation only
This commit is contained in:
@@ -33,7 +33,7 @@ int main(int argc, char* argv[])
|
|||||||
if (SDL_Init(SDL_INIT_VIDEO) < 0)
|
if (SDL_Init(SDL_INIT_VIDEO) < 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
//SDL_GL_LoadLibrary("libGLESv2.so");
|
SDL_SetHint(SDL_HINT_ORIENTATIONS, "LandscapeLeft LandscapeRight");
|
||||||
|
|
||||||
GpFileSystem_Android::GetInstance()->InitJNI();
|
GpFileSystem_Android::GetInstance()->InitJNI();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user