minor compile fix
This commit is contained in:
parent
7999b55a70
commit
a69f11b455
|
@ -63,7 +63,7 @@
|
|||
|
||||
#ifdef DESMUME_OBJ_C
|
||||
#define __declspec(ignore)
|
||||
inline void printlog(char *s, ...) {}
|
||||
inline void printlog(const char *s, ...) {}
|
||||
#ifdef __BIG_ENDIAN__
|
||||
#define WORDS_BIGENDIAN
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue