@ -132,6 +132,8 @@ int emu_run(int argc, char **argv) {
}
void emu_cycles(int cpu_cycles) {
if(emu_get_context()->paused && !emu_get_context()->step)
return;
for (int i = 0; i < cpu_cycles; i++){
for(int n = 0; n < 4; n++){
ctx.ticks++;
The note is not visible to the blocked user.