summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.cpp
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2016-01-06 14:21:55 +0100
committerMarkus Wick <degasus@users.noreply.github.com>2016-01-06 14:21:55 +0100
commit86b0e7e4f2844a2e7cc94bb01683ddcc7a8f7d4f (patch)
tree619f243959c7209b8fd71d9bcb816cf8bb2b3d4c /Source/Core/VideoCommon/VideoConfig.cpp
parent7c2c73a5fd38de40e7176a4f14a504856b45b635 (diff)
parent3ff4ec275ae931dfc946cdb09825efa7b9e60d18 (diff)
Merge pull request #3356 from degasus/master
Throttler: Rename "framelimiter" to "emulation speed".
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp
index 5e3c468d21..626e1f0bd0 100644
--- a/Source/Core/VideoCommon/VideoConfig.cpp
+++ b/Source/Core/VideoCommon/VideoConfig.cpp
@@ -311,5 +311,5 @@ void VideoConfig::Save(const std::string& ini_file)
bool VideoConfig::IsVSync()
{
- return bVSync && !Core::GetIsFramelimiterTempDisabled();
+ return bVSync && !Core::GetIsThrottlerTempDisabled();
}