Skip to content
Prev Previous commit
Next Next commit
Update sh7604.cpp
  • Loading branch information
Genos3 committed Jul 7, 2025
commit 136126f7464ee7d3eeced5511e7c09116fc74b57
5 changes: 1 addition & 4 deletions ares/md/m32x/sh7604.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ auto M32X::SH7604::main() -> void {
updateLoopCounter--;

if (!GDB::server.reportDelayedPC(regs.PC)) {
if (!updateLoopCounter) {
GDB::server.updateLoop();
updateLoopCounter = 23000000 / 60 / 240;
}
GDB::server.updateLoop();
return;
} else if (!updateLoopCounter) {
GDB::server.updateLoop();
Expand Down