Examples: SDL3: Added clues that Emscripten doesn't support SDL3 yet. (#6386)

This commit is contained in:
ocornut
2023-05-30 19:53:20 +02:00
parent 7e03ae3240
commit 216ae7db52
3 changed files with 6 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
#include <SDL3/SDL_opengl.h>
#endif
// This example can also compile and run with Emscripten! See 'Makefile.emscripten' for details.
// This example doesn't compile with Emscripten yet! Awaiting SDL3 support.
#ifdef __EMSCRIPTEN__
#include "../libs/emscripten/emscripten_mainloop_stub.h"
#endif