Firmware: [debug] log file size after loading

This commit is contained in:
Maximilian Rehkopf 2012-11-07 11:06:29 +01:00
parent c204aa9a0b
commit 04c3cbc7a2

View File

@ -294,6 +294,7 @@ printf("PCONP=%lx\n", LPC_SC->PCONP);
break;
}
}
printf("loaded %lu bytes\n", filesize);
printf("cmd was %x, going to snes main loop\n", cmd);
if(romprops.has_msu1 && msu1_loop()) {