mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +00:00
Add SDL_config_emscripten.h
Currently we maintain a config file in the emscripten repo, but this seems like what other embedded/cross platforms do.
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
#include "SDL_config_psp.h"
|
||||
#elif defined(__OS2__)
|
||||
#include "SDL_config_os2.h"
|
||||
#elif defined(__EMSCRIPTEN__)
|
||||
#include "SDL_config_emscripten.h"
|
||||
#else
|
||||
/* This is a minimal configuration just to get SDL running on new platforms. */
|
||||
#include "SDL_config_minimal.h"
|
||||
|
||||
Reference in New Issue
Block a user