configure_general: Allow framerate cap to be used in custom game configs

This commit is contained in:
Kewlan 2021-11-21 16:57:00 +01:00
parent d20f91da11
commit 8e3371a5c5
5 changed files with 99 additions and 27 deletions

View file

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