Closed rajdakin closed 3 years ago
This PR does what was requested on #10 (remove splash screen on GLES builds) and fixes some wrong #ifdefs (USE_GLES instead of HAVE_GLES).
#ifdef
USE_GLES
HAVE_GLES
This PR does what was requested on #10 (remove splash screen on GLES builds) and fixes some wrong
#ifdef
s (USE_GLES
instead ofHAVE_GLES
).