summaryrefslogtreecommitdiffstats
path: root/src/citra
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2015-05-31 10:48:20 +0200
committerbunnei <bunneidev@gmail.com>2015-05-31 10:48:20 +0200
commit833936fc64d63cf3cfd6454c4be0d1f2f7445ffd (patch)
tree98f8740bfc89c2dfd4e430677befd003b53d0049 /src/citra
parentMerge pull request #822 from bunnei/pica-improvements (diff)
parentRemove gpu_refresh_rate configuration option (diff)
downloadyuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar
yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.gz
yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.bz2
yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.lz
yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.xz
yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.zst
yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.zip
Diffstat (limited to 'src/citra')
-rw-r--r--src/citra/config.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/citra/config.cpp b/src/citra/config.cpp
index 846479fd7..1378567c1 100644
--- a/src/citra/config.cpp
+++ b/src/citra/config.cpp
@@ -66,7 +66,6 @@ void Config::ReadValues() {
Settings::values.pad_cright_key = glfw_config->GetInteger("Controls", "pad_cright", GLFW_KEY_L);
// Core
- Settings::values.gpu_refresh_rate = glfw_config->GetInteger("Core", "gpu_refresh_rate", 30);
Settings::values.frame_skip = glfw_config->GetInteger("Core", "frame_skip", 0);
// Renderer