diff options
| author | 2022-07-17 13:59:52 -0700 | |
|---|---|---|
| committer | 2022-07-17 13:59:52 -0700 | |
| commit | ba8ea956242537d862b4f9b5d27b95a5a6928ea7 (patch) | |
| tree | f776066179ea4c1e2671ff3dc3811ed7301261a9 /src/common/settings.cpp | |
| parent | Merge pull request #8544 from german77/14dot0 (diff) | |
| parent | hle: service: nvflinger: Fix implicit conversion. (diff) | |
| download | yuzu-ba8ea956242537d862b4f9b5d27b95a5a6928ea7.tar.gz yuzu-ba8ea956242537d862b4f9b5d27b95a5a6928ea7.tar.xz yuzu-ba8ea956242537d862b4f9b5d27b95a5a6928ea7.zip | |
Merge pull request #8508 from yuzu-emu/mc-speed-limit
hle: service: nvflinger: Factor speed limit into frame time calculation.
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 751549583..d4c52989a 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -185,7 +185,6 @@ void RestoreGlobalState(bool is_powered_on) { | |||
| 185 | values.max_anisotropy.SetGlobal(true); | 185 | values.max_anisotropy.SetGlobal(true); |
| 186 | values.use_speed_limit.SetGlobal(true); | 186 | values.use_speed_limit.SetGlobal(true); |
| 187 | values.speed_limit.SetGlobal(true); | 187 | values.speed_limit.SetGlobal(true); |
| 188 | values.fps_cap.SetGlobal(true); | ||
| 189 | values.use_disk_shader_cache.SetGlobal(true); | 188 | values.use_disk_shader_cache.SetGlobal(true); |
| 190 | values.gpu_accuracy.SetGlobal(true); | 189 | values.gpu_accuracy.SetGlobal(true); |
| 191 | values.use_asynchronous_gpu_emulation.SetGlobal(true); | 190 | values.use_asynchronous_gpu_emulation.SetGlobal(true); |