remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass

svn-id: r46777
This commit is contained in:
Fabio Battaglia 2009-12-30 22:56:19 +00:00
parent dc5524bda5
commit 3a418c13a7
12 changed files with 162 additions and 73 deletions

View file

@ -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;