summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerformanceMetrics.cpp
diff options
context:
space:
mode:
authorJordan Woyak <jordan.woyak@gmail.com>2025-03-05 14:44:33 -0600
committerJordan Woyak <jordan.woyak@gmail.com>2025-03-14 03:10:13 -0500
commit2690a62949617c6cf7964e7972b8f95eb1588216 (patch)
tree926742344ca50b3a1414a5ca59d2409da5290bd2 /Source/Core/VideoCommon/PerformanceMetrics.cpp
parente1745f682fd2846f12ac0693896785dacf3f3b91 (diff)
Core: Remove unused GetActualEmulationSpeed function and related variables/functions.
Diffstat (limited to 'Source/Core/VideoCommon/PerformanceMetrics.cpp')
-rw-r--r--Source/Core/VideoCommon/PerformanceMetrics.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/Core/VideoCommon/PerformanceMetrics.cpp b/Source/Core/VideoCommon/PerformanceMetrics.cpp
index d9f3eb582b..163ac821a4 100644
--- a/Source/Core/VideoCommon/PerformanceMetrics.cpp
+++ b/Source/Core/VideoCommon/PerformanceMetrics.cpp
@@ -82,12 +82,6 @@ double PerformanceMetrics::GetMaxSpeed() const
return m_max_speed;
}
-double PerformanceMetrics::GetLastSpeedDenominator() const
-{
- return DT_s(m_speed_counter.GetLastRawDt()).count() *
- Core::System::GetInstance().GetVideoInterface().GetTargetRefreshRate();
-}
-
void PerformanceMetrics::DrawImGuiStats(const float backbuffer_scale)
{
const int movable_flag = Config::Get(Config::GFX_MOVABLE_PERFORMANCE_METRICS) ?