diff --git a/desmume/src/NDSSystem.cpp b/desmume/src/NDSSystem.cpp index e1e7356e3..d159f3db5 100644 --- a/desmume/src/NDSSystem.cpp +++ b/desmume/src/NDSSystem.cpp @@ -40,6 +40,7 @@ #include "readwrite.h" #include "debug.h" #include "firmware.h" +#include "version.h" #include "path.h" @@ -109,6 +110,9 @@ int NDS_Init( void) { MMU_Init(); nds.VCount = 0; + //got to print this somewhere.. + printf(EMU_DESMUME_NAME_AND_VERSION()); + if (Screen_Init(GFXCORE_DUMMY) != 0) return -1;