print emulator version when it initializes, just because it is handy

This commit is contained in:
zeromus 2010-07-07 22:37:23 +00:00
parent b1df012477
commit 1adb24e67d
1 changed files with 4 additions and 0 deletions

View File

@ -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;