System: Include buffer swap time in frame time measurement
This commit is contained in:
@ -735,6 +735,8 @@ void QtHostInterface::threadEntryPoint()
|
||||
|
||||
renderDisplay();
|
||||
|
||||
m_system->UpdatePerformanceCounters();
|
||||
|
||||
if (m_speed_limiter_enabled)
|
||||
m_system->Throttle();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user