some improvements

This commit is contained in:
2026-03-02 23:17:13 +03:00
parent f0617a5d22
commit a86d333478
11 changed files with 49 additions and 31 deletions

View File

@@ -5,7 +5,7 @@
#include "../Options.h"
// Android should always run OPENGL_ES
#if defined(ANDROID) || defined(__APPLE__) || defined(RPI)
#if defined(ANDROID) || defined(__APPLE__) || defined(PLATFORM_DESKTOP)
#define OPENGL_ES
#endif