From a108df30a753bc062d2e2c041c70a4477f08b671 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Wed, 30 Dec 2009 21:11:38 +0000 Subject: Add Nintendo 64 port to trunk. svn-id: r46773 --- common/util.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/util.cpp') 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 { -- cgit v1.2.3