Skip to content

Commit

Permalink
n64: avoid stalling the emulator when a sysad freeze happens
Browse files Browse the repository at this point in the history
  • Loading branch information
rasky committed Dec 3, 2023
1 parent 2b63c5c commit e48b9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ares/n64/cpu/cpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ auto CPU::instruction() -> void {
return exception.nmi();
}
if (scc.sysadFrozen) {
step(1 * 2);
return;
}

Expand Down

0 comments on commit e48b9eb

Please sign in to comment.