Firmware: fix MSU1 main loop behaviour
This commit is contained in:
parent
04c3cbc7a2
commit
b91b598758
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user