Add Nintendo 64 port to trunk.

svn-id: r46773
This commit is contained in:
Fabio Battaglia 2009-12-30 21:11:38 +00:00
parent 0de5bac349
commit a108df30a7
22 changed files with 2159 additions and 3 deletions

View file

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