SDL/src/video/emscripten
Ryan C. Gordon 02434cd293
emscripten: Fixes for data addresses above 2gb
This includes both wasm64 and wasm32 when addressing more than 2gb of memory.

Fixes: #9052

(Manually cherry-picked from 3deb07ea39.)
2024-10-08 17:41:18 -04:00
..
SDL_emscriptenevents.c Use SDL_bool where appropriate in SDL events 2024-09-09 14:00:19 -07:00
SDL_emscriptenevents.h Use C++ style comments consistently in SDL source code 2024-08-22 13:30:02 -07:00
SDL_emscriptenframebuffer.c emscripten: Fixes for data addresses above 2gb 2024-10-08 17:41:18 -04:00
SDL_emscriptenframebuffer.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_emscriptenmouse.c emscripten: Fixes for data addresses above 2gb 2024-10-08 17:41:18 -04:00
SDL_emscriptenmouse.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00
SDL_emscriptenopengles.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_emscriptenopengles.h Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_emscriptenvideo.c Use SDL_bool instead an int return code in the SDL API 2024-08-27 10:31:46 -07:00
SDL_emscriptenvideo.h Use C99 bool internally in SDL 2024-08-22 13:30:02 -07:00