diff options
author | bunnei <bunneidev@gmail.com> | 2022-07-15 22:14:00 -0700 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2022-07-16 23:11:39 -0700 |
commit | 02282477e739c8db64a13ecb0d1128098b0b0035 (patch) | |
tree | 64a97bb378ab91808fcb3c5e0af696c867223d4b /src/common/settings.cpp | |
parent | f8aaa599907cff765efdaa6f9875cb4c42746870 (diff) |
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) { 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); |