diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-06-09 03:53:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-09 03:53:57 +0200 |
commit | 2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27 (patch) | |
tree | 0e8077362c472ee5d30ff92a036fa4d8f45d9ee6 /src/common/settings.cpp | |
parent | Merge pull request #10676 from bunnei/fix-mi-5-android (diff) | |
parent | nvnflinger: allow locking framerate during video playback (diff) | |
download | yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar.gz yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar.bz2 yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar.lz yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar.xz yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar.zst yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.zip |
Diffstat (limited to 'src/common/settings.cpp')
-rw-r--r-- | src/common/settings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index ff53e80bb..9ff3edabb 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp @@ -235,6 +235,7 @@ void RestoreGlobalState(bool is_powered_on) { values.bg_green.SetGlobal(true); values.bg_blue.SetGlobal(true); values.enable_compute_pipelines.SetGlobal(true); + values.use_video_framerate.SetGlobal(true); // System values.language_index.SetGlobal(true); |