diff options
| author | 2023-06-08 21:53:57 -0400 | |
|---|---|---|
| committer | 2023-06-08 21:53:57 -0400 | |
| commit | 2a1acbfb4d0de3f5dadea014dc7a5c2a31366f27 (patch) | |
| tree | 0e8077362c472ee5d30ff92a036fa4d8f45d9ee6 /src/core/core.h | |
| 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/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: | |||
| 189 | std::unique_lock<std::mutex> StallApplication(); | 189 | std::unique_lock<std::mutex> StallApplication(); |
| 190 | void UnstallApplication(); | 190 | void UnstallApplication(); |
| 191 | 191 | ||
| 192 | void SetNVDECActive(bool is_nvdec_active); | ||
| 193 | [[nodiscard]] bool GetNVDECActive(); | ||
| 194 | |||
| 192 | /** | 195 | /** |
| 193 | * Initialize the debugger. | 196 | * Initialize the debugger. |
| 194 | */ | 197 | */ |