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.
This commit is contained in:
parent
fb597b6d68
commit
d65b42a69a
4 changed files with 2 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue