diff --git a/plugins/GSdx/GSDeviceOGL.cpp b/plugins/GSdx/GSDeviceOGL.cpp index 656f5f3491..c31b8855e0 100644 --- a/plugins/GSdx/GSDeviceOGL.cpp +++ b/plugins/GSdx/GSDeviceOGL.cpp @@ -170,6 +170,9 @@ void GSDeviceOGL::GenerateProfilerData() time_start = time_end; } + // Latest value is often silly, just drop it + times.pop_back(); + glDeleteQueries(1 << 16, m_profiler.timer_query); double frames = times.size();