summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PerfQueryBase.cpp
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2014-02-04 20:16:03 +0100
committerdegasus <wickmarkus@web.de>2014-02-15 11:33:43 +0100
commit1f4219b5b4c5877efa12ac07d7647ed5285b288c (patch)
tree76c8c175f32292ad89fc9a7610be7e11c29cf776 /Source/Core/VideoCommon/PerfQueryBase.cpp
parent5a660c27bc0188727c3c56f957938eda87cd89da (diff)
move perfquery enable checks into videocommon (caller side)
Diffstat (limited to 'Source/Core/VideoCommon/PerfQueryBase.cpp')
-rw-r--r--Source/Core/VideoCommon/PerfQueryBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/PerfQueryBase.cpp b/Source/Core/VideoCommon/PerfQueryBase.cpp
index af8bfa72e5..ada539c05e 100644
--- a/Source/Core/VideoCommon/PerfQueryBase.cpp
+++ b/Source/Core/VideoCommon/PerfQueryBase.cpp
@@ -3,7 +3,7 @@
PerfQueryBase* g_perf_query = 0;
-bool PerfQueryBase::ShouldEmulate() const
+bool PerfQueryBase::ShouldEmulate()
{
return g_ActiveConfig.bPerfQueriesEnable;
}