Add Nintendo 64 port to trunk.
svn-id: r46773
This commit is contained in:
parent
0de5bac349
commit
a108df30a7
22 changed files with 2159 additions and 3 deletions
|
@ -45,6 +45,13 @@
|
|||
#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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue