VideoInterface: Update m_ticks_last_line_start from the event's ticks

value rather than the potentially "cycles late" value.
This commit is contained in:
Jordan Woyak 2025-03-04 15:29:24 -06:00
parent 3c5da38177
commit 16d75eadb5
1 changed files with 1 additions and 1 deletions

View File

@ -916,7 +916,7 @@ void VideoInterfaceManager::Update(u64 ticks)
auto& core_timing = m_system.GetCoreTiming();
if (!(m_half_line_count & 1))
{
m_ticks_last_line_start = core_timing.GetTicks();
m_ticks_last_line_start = ticks;
}
// TODO: Findout why skipping interrupts acts as a frameskip