mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Add Nintendo 64 port to trunk.
svn-id: r46773
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user