diff options
author | Liam <byteslice@airmail.cc> | 2023-06-08 07:15:51 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-06-08 07:15:51 +0200 |
commit | 6c34adb1de2965a9c5800970703bb1288764026f (patch) | |
tree | 419d795b517fa790a42ca90ce8f17bda41e85af7 /src/core/core.h | |
parent | Merge pull request #10650 from qurious-pixel/android_tv (diff) | |
download | yuzu-6c34adb1de2965a9c5800970703bb1288764026f.tar yuzu-6c34adb1de2965a9c5800970703bb1288764026f.tar.gz yuzu-6c34adb1de2965a9c5800970703bb1288764026f.tar.bz2 yuzu-6c34adb1de2965a9c5800970703bb1288764026f.tar.lz yuzu-6c34adb1de2965a9c5800970703bb1288764026f.tar.xz yuzu-6c34adb1de2965a9c5800970703bb1288764026f.tar.zst yuzu-6c34adb1de2965a9c5800970703bb1288764026f.zip |
Diffstat (limited to '')
-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. */ |