diff options
author | aliaspider | 2015-11-08 18:02:48 +0100 |
---|---|---|
committer | aliaspider | 2015-11-08 18:03:31 +0100 |
commit | 03ef2061a49969b91de813971712418f11e0070b (patch) | |
tree | 10e460fbb50d37caf0e85241e07e24d821791beb /source | |
parent | d1f029615d8594966c0fd440b2d088739588d0f7 (diff) | |
download | snes9x2005-03ef2061a49969b91de813971712418f11e0070b.tar.gz snes9x2005-03ef2061a49969b91de813971712418f11e0070b.tar.bz2 snes9x2005-03ef2061a49969b91de813971712418f11e0070b.zip |
(android) move more build options to Makefile.common.
Diffstat (limited to 'source')
-rw-r--r-- | source/port.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/port.h b/source/port.h index 9dd2229..b39fcb8 100644 --- a/source/port.h +++ b/source/port.h @@ -140,11 +140,6 @@ int strcasecmp(const char* s1, const char* s2); #endif /* TARGET_OS_MAC */ -#ifndef NOASM -#define USE_X86_ASM -#endif - - #include "pixform.h" |