diff options
author | 2015-04-01 16:11:48 +1100 | |
---|---|---|
committer | 2015-04-01 16:12:03 +1100 | |
commit | 19d52cef70b0ef0c373ddb8c49cefd179d309f37 (patch) | |
tree | 08bcd31f5ca3705aaa0141c2ac728f06e09be84f /src/osd/sdl/sdlprefix.h | |
parent | 2bd0eb2b0d39b7980750dbad0df400bad394762e (diff) |
Bring back NOASM
Diffstat (limited to 'src/osd/sdl/sdlprefix.h')
-rw-r--r-- | src/osd/sdl/sdlprefix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/sdl/sdlprefix.h b/src/osd/sdl/sdlprefix.h index 69681043ef8..ed1b2e11204 100644 --- a/src/osd/sdl/sdlprefix.h +++ b/src/osd/sdl/sdlprefix.h @@ -72,8 +72,6 @@ #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 |