aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 94f5906b80..d131064e6c 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -46,6 +46,9 @@ extern bool isSmartphone();
#define fputs(str, file) DS::std_fwrite(str, strlen(str), 1, file)
#endif
+#ifdef __N64__
+ #define fputs(str, file) asm("nop");
+#endif
namespace Common {