mirror of
https://github.com/holub/mame
synced 2025-05-10 08:12:13 +03:00
eminline: respect SDL's NOASM build option (nw)
If someone wants to define a non-OSD-specific NOASM option, be my guest :)
This commit is contained in:
parent
b2d6d0eb41
commit
31bc3bfd15
@ -14,7 +14,7 @@
|
||||
#define __EMINLINE__
|
||||
|
||||
/* we come with implementations for GCC x86 and PPC */
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) && !defined(SDLMAME_NOASM)
|
||||
|
||||
#if defined(__i386__) || defined(__x86_64__)
|
||||
#include "eigccx86.h"
|
||||
|
Loading…
Reference in New Issue
Block a user