summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerformanceMetrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/PerformanceMetrics.h')
-rw-r--r--Source/Core/VideoCommon/PerformanceMetrics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/PerformanceMetrics.h b/Source/Core/VideoCommon/PerformanceMetrics.h
index 6a6260a611..538360a05b 100644
--- a/Source/Core/VideoCommon/PerformanceMetrics.h
+++ b/Source/Core/VideoCommon/PerformanceMetrics.h
@@ -41,7 +41,8 @@ public:
double GetVPS() const;
double GetSpeed() const;
double GetMaxSpeed() const;
-
+ u32 GetEFBWidth() const;
+ u32 GetEFBHeight() const;
// Call from any thread.
void SetLatestFramePresentationOffset(DT offset);