summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/HW/VideoInterface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Core/HW/VideoInterface.cpp b/Source/Core/Core/HW/VideoInterface.cpp
index c045d7651e..21346534ec 100644
--- a/Source/Core/Core/HW/VideoInterface.cpp
+++ b/Source/Core/Core/HW/VideoInterface.cpp
@@ -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