From 09e19f9f1ee2e965a581e70b30cbc357f4b5ad21 Mon Sep 17 00:00:00 2001 From: archshift Date: Mon, 27 Oct 2014 18:56:08 -0700 Subject: Added `gpu_refresh_rate` config setting for the new interpreter speed hack. --- src/citra/config.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/citra/config.cpp') diff --git a/src/citra/config.cpp b/src/citra/config.cpp index 3e5e986c..c5ce8a16 100644 --- a/src/citra/config.cpp +++ b/src/citra/config.cpp @@ -58,6 +58,7 @@ void Config::ReadControls() { void Config::ReadCore() { Settings::values.cpu_core = glfw_config->GetInteger("Core", "cpu_core", Core::CPU_Interpreter); + Settings::values.gpu_refresh_rate = glfw_config->GetInteger("Core", "gpu_refresh_rate", 60); } void Config::ReadData() { -- cgit v1.2.3