diff --git a/desmume/src/types.h b/desmume/src/types.h index 0fd662dab..ba987e592 100644 --- a/desmume/src/types.h +++ b/desmume/src/types.h @@ -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