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/core/core.h | |
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/core/core.h')
-rw-r--r-- | src/core/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/core.h b/src/core/core.h index 4f153154f..ff2e4bd30 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -189,6 +189,9 @@ public: std::unique_lock<std::mutex> StallApplication(); void UnstallApplication(); + void SetNVDECActive(bool is_nvdec_active); + [[nodiscard]] bool GetNVDECActive(); + /** * Initialize the debugger. */ |