From d65b42a69abbde2130c77917e7db5722799a6896 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Fri, 29 May 2015 19:17:51 -0300 Subject: Remove gpu_refresh_rate configuration option Changing it makes emulation inherently inaccurate. It also had a wrong default value (30, whereas the real system has a refresh rate of 60 Hz) which, even if changed, would continue to be used unless people manually removed it from their config files. --- src/citra/config.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/citra') diff --git a/src/citra/config.cpp b/src/citra/config.cpp index 846479fd..1378567c 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 -- cgit v1.2.3