mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
Use printf macro for u64
This commit is contained in:
@ -446,7 +446,7 @@ bool LoadNAND()
|
||||
fread(&ConsoleID, 1, 8, SDMMCFile);
|
||||
|
||||
printf("eMMC CID: "); printhex(eMMC_CID, 16);
|
||||
printf("Console ID: %016lX\n", ConsoleID);
|
||||
printf("Console ID: %" PRIu64 "\n", ConsoleID);
|
||||
}
|
||||
|
||||
memset(ITCMInit, 0, 0x8000);
|
||||
|
Reference in New Issue
Block a user