mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Merge pull request #13395 from jordan-woyak/vi-HORIZONTAL_BEAM_POSITION-ticks
VideoInterface: Update m_ticks_last_line_start from the event's ticks value.
This commit is contained in:
commit
99cde4e269
1 changed files with 1 additions and 1 deletions
|
@ -941,7 +941,7 @@ void VideoInterfaceManager::Update(u64 ticks)
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue