Add VISkip

This commit is contained in:
Sam Belliveau
2023-01-14 01:56:37 -05:00
parent 8a1cac9be1
commit 23ad07b368
15 changed files with 53 additions and 3 deletions

View File

@ -952,6 +952,10 @@ void Update(u64 ticks)
state.ticks_last_line_start = system.GetCoreTiming().GetTicks();
}
// TODO: Findout why skipping interrupts acts as a frameskip
if (system.GetCoreTiming().GetVISkip())
return;
// Check if we need to assert IR_INT. Note that the granularity of our current horizontal
// position is limited to half-lines.