Firmware: fix MSU1 main loop behaviour
This commit is contained in:
@@ -297,7 +297,8 @@ printf("PCONP=%lx\n", LPC_SC->PCONP);
|
|||||||
printf("loaded %lu bytes\n", filesize);
|
printf("loaded %lu bytes\n", filesize);
|
||||||
printf("cmd was %x, going to snes main loop\n", cmd);
|
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();
|
prepare_reset();
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user