Firmware: fix MSU1 main loop behaviour

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

View File

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