diff options
| author | 2023-06-08 21:53:57 -0400 | |
|---|---|---|
| committer | 2023-06-08 21:53:57 -0400 | |
| 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.gz yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.tar.xz yuzu-2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27.zip | |
Merge pull request #10666 from liamwhite/my-framerate-is-fine
nvnflinger: allow locking framerate during video playback
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) { | |||
| 235 | values.bg_green.SetGlobal(true); | 235 | values.bg_green.SetGlobal(true); |
| 236 | values.bg_blue.SetGlobal(true); | 236 | values.bg_blue.SetGlobal(true); |
| 237 | values.enable_compute_pipelines.SetGlobal(true); | 237 | values.enable_compute_pipelines.SetGlobal(true); |
| 238 | values.use_video_framerate.SetGlobal(true); | ||
| 238 | 239 | ||
| 239 | // System | 240 | // System |
| 240 | values.language_index.SetGlobal(true); | 241 | values.language_index.SetGlobal(true); |