diff options
author | 2013-11-03 22:07:20 +0000 | |
---|---|---|
committer | 2013-11-03 22:07:20 +0000 | |
commit | fe5ac3c0fdb5b8247b1b5eaf9949acbfe8a4373e (patch) | |
tree | 0425b1414c95943b4e4db6b366131dbdc36de5e4 /src/osd/sdl/sdlprefix.h | |
parent | c6029980a35a4010ddd2b1bc3996fb549ac8cf1c (diff) |
Split up the construct_core_types() monster, other JSMESS tweaks (nw)
Diffstat (limited to 'src/osd/sdl/sdlprefix.h')
-rw-r--r-- | src/osd/sdl/sdlprefix.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/osd/sdl/sdlprefix.h b/src/osd/sdl/sdlprefix.h index c747863f957..84c0d197fdd 100644 --- a/src/osd/sdl/sdlprefix.h +++ b/src/osd/sdl/sdlprefix.h @@ -65,7 +65,11 @@ #endif #if defined(EMSCRIPTEN) +#define SDLMAME_EMSCRIPTEN 1 #define SDLMAME_NO64BITIO 1 +#define NOASM 1 +#define SDLMAME_NOASM 1 +struct _IO_FILE {}; //_IO_FILE is an opaque type in the emscripten libc which makes clang cranky #endif // fix for Ubuntu 8.10 |