aboutsummaryrefslogtreecommitdiff
path: root/common/debug.cpp
diff options
context:
space:
mode:
authorFabio Battaglia2009-12-30 22:56:19 +0000
committerFabio Battaglia2009-12-30 22:56:19 +0000
commit3a418c13a7ab9790bb9b43bfc435056827a79e64 (patch)
tree14fbf03424597cd89b98b10f189e0b54c97f3326 /common/debug.cpp
parentdc5524bda56007c4ea2006bf5f970f35392beb82 (diff)
downloadscummvm-rg350-3a418c13a7ab9790bb9b43bfc435056827a79e64.tar.gz
scummvm-rg350-3a418c13a7ab9790bb9b43bfc435056827a79e64.tar.bz2
scummvm-rg350-3a418c13a7ab9790bb9b43bfc435056827a79e64.zip
remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass
svn-id: r46777
Diffstat (limited to 'common/debug.cpp')
-rw-r--r--common/debug.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/common/debug.cpp b/common/debug.cpp
index afdb794273..f6dc065c88 100644
--- a/common/debug.cpp
+++ b/common/debug.cpp
@@ -45,15 +45,6 @@
#define fflush(file) DS::std_fflush(file)
#endif
-#ifdef __N64__
- #include <n64utils.h>
-
- #define fputs(str, file) asm("nop");
- #define fflush(a) asm("nop");
- #define OutputDebugString addLineTextLayer
-#endif
-
-
// TODO: Move gDebugLevel into namespace Common.
int gDebugLevel = -1;