diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-06-08 21:53:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-08 21:53:57 -0400 |
| commit | 2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27 (patch) | |
| tree | 0e8077362c472ee5d30ff92a036fa4d8f45d9ee6 /src/common/settings.cpp | |
| parent | a57150afbd3beba28b51aa6814b959b763a204e4 (diff) | |
| parent | 6c34adb1de2965a9c5800970703bb1288764026f (diff) | |
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) { 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); |
