removed opengles.

This commit is contained in:
Ozkan Sezer
2022-11-22 21:48:40 +03:00
parent e581c5d000
commit 30b1ab2add
35 changed files with 17 additions and 1867 deletions

View File

@@ -176,7 +176,7 @@ SDL_HideHomeIndicatorHintChanged(void *userdata, const char *name, const char *o
/* Don't run the game loop while a messagebox is up */
if (!UIKit_ShowingMessageBox()) {
/* See the comment in the function definition. */
#if SDL_VIDEO_OPENGL_ES || SDL_VIDEO_OPENGL_ES2
#if SDL_VIDEO_OPENGL_ES2
UIKit_GL_RestoreCurrentContext();
#endif