mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 05:17:58 -05:00
Added gpu_refresh_rate
config setting for the new interpreter speed hack.
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user