remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass
svn-id: r46777
This commit is contained in:
parent
dc5524bda5
commit
3a418c13a7
12 changed files with 162 additions and 73 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue