mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-22 04:12:25 -07:00
configure_general: Allow framerate cap to be used in custom game configs
This commit is contained in:
@@ -183,6 +183,7 @@ void RestoreGlobalState(bool is_powered_on) {
|
||||
values.max_anisotropy.SetGlobal(true);
|
||||
values.use_speed_limit.SetGlobal(true);
|
||||
values.speed_limit.SetGlobal(true);
|
||||
values.fps_cap.SetGlobal(true);
|
||||
values.use_disk_shader_cache.SetGlobal(true);
|
||||
values.gpu_accuracy.SetGlobal(true);
|
||||
values.use_asynchronous_gpu_emulation.SetGlobal(true);
|
||||
|
Reference in New Issue
Block a user