diff options
| author | 2015-05-31 04:48:20 -0400 | |
|---|---|---|
| committer | 2015-05-31 04:48:20 -0400 | |
| commit | 833936fc64d63cf3cfd6454c4be0d1f2f7445ffd (patch) | |
| tree | 98f8740bfc89c2dfd4e430677befd003b53d0049 /src/citra/config.cpp | |
| parent | Merge pull request #822 from bunnei/pica-improvements (diff) | |
| parent | Remove gpu_refresh_rate configuration option (diff) | |
| download | yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.gz yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.tar.xz yuzu-833936fc64d63cf3cfd6454c4be0d1f2f7445ffd.zip | |
Merge pull request #832 from yuriks/refresh-rate-option
Remove gpu_refresh_rate configuration option
Diffstat (limited to 'src/citra/config.cpp')
| -rw-r--r-- | src/citra/config.cpp | 1 |
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() { | |||
| 66 | Settings::values.pad_cright_key = glfw_config->GetInteger("Controls", "pad_cright", GLFW_KEY_L); | 66 | Settings::values.pad_cright_key = glfw_config->GetInteger("Controls", "pad_cright", GLFW_KEY_L); |
| 67 | 67 | ||
| 68 | // Core | 68 | // Core |
| 69 | Settings::values.gpu_refresh_rate = glfw_config->GetInteger("Core", "gpu_refresh_rate", 30); | ||
| 70 | Settings::values.frame_skip = glfw_config->GetInteger("Core", "frame_skip", 0); | 69 | Settings::values.frame_skip = glfw_config->GetInteger("Core", "frame_skip", 0); |
| 71 | 70 | ||
| 72 | // Renderer | 71 | // Renderer |