Merge pull request #832 from yuriks/refresh-rate-option

Remove gpu_refresh_rate configuration option
This commit is contained in:
bunnei 2015-05-31 04:48:20 -04:00
commit 833936fc64
4 changed files with 2 additions and 7 deletions

View file

@ -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