diff options
| author | 2022-07-15 22:14:00 -0700 | |
|---|---|---|
| committer | 2022-07-16 23:11:39 -0700 | |
| commit | 02282477e739c8db64a13ecb0d1128098b0b0035 (patch) | |
| tree | 64a97bb378ab91808fcb3c5e0af696c867223d4b /src/common/settings.cpp | |
| parent | hle: service: nvflinger: Factor speed limit into frame time calculation. (diff) | |
| download | yuzu-02282477e739c8db64a13ecb0d1128098b0b0035.tar.gz yuzu-02282477e739c8db64a13ecb0d1128098b0b0035.tar.xz yuzu-02282477e739c8db64a13ecb0d1128098b0b0035.zip | |
yuzu: settings: Remove framerate cap and merge unlocked framerate setting.
- These were all somewhat redundant.
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); |