aboutsummaryrefslogtreecommitdiff
path: root/source/blargg_endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/blargg_endian.h')
-rw-r--r--source/blargg_endian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blargg_endian.h b/source/blargg_endian.h
index 28889db..8322fb1 100644
--- a/source/blargg_endian.h
+++ b/source/blargg_endian.h
@@ -5,7 +5,7 @@
#define BLARGG_ENDIAN
/* Uncomment to enable platform-specific (and possibly non-portable) optimizations */
-#ifndef EMSCRIPTEN
+#if !defined(EMSCRIPTEN) && !defined(__mips__)
#define BLARGG_NONPORTABLE 1
#endif