1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Add dummy DebugMsg() and DebugRSPState() functions.

This commit is contained in:
Sergey Lipskiy 2014-10-06 22:44:26 +07:00
parent 5f0cbecb5e
commit d433c4565e

View File

@ -38,5 +38,7 @@ void DebugRSPState( u32 pci, u32 pc, u32 cmd, u32 w0, u32 w1 );
void DebugMsg( u16 type, const char * format, ... );
void StartDump( char *filename );
void EndDump();
#else
#define DebugMsg(A, ...)
#define DebugRSPState(A, ...)
#endif // DEBUG_H