mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-26 16:54:24 +02:00
.
This commit is contained in:
@@ -37,8 +37,9 @@ auto CPU::step() -> void {
|
|||||||
if(overclocking.counter < overclocking.target) {
|
if(overclocking.counter < overclocking.target) {
|
||||||
if constexpr(Synchronize) {
|
if constexpr(Synchronize) {
|
||||||
if(configuration.hacks.coprocessor.delayedSync) return;
|
if(configuration.hacks.coprocessor.delayedSync) return;
|
||||||
return synchronizeCoprocessors();
|
synchronizeCoprocessors();
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user