aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
authoraliaspider2015-11-08 18:02:48 +0100
committeraliaspider2015-11-08 18:03:31 +0100
commit03ef2061a49969b91de813971712418f11e0070b (patch)
tree10e460fbb50d37caf0e85241e07e24d821791beb /source/port.h
parentd1f029615d8594966c0fd440b2d088739588d0f7 (diff)
downloadsnesemu-03ef2061a49969b91de813971712418f11e0070b.tar.gz
snesemu-03ef2061a49969b91de813971712418f11e0070b.tar.bz2
snesemu-03ef2061a49969b91de813971712418f11e0070b.zip
(android) move more build options to Makefile.common.
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h5
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"