summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvnflinger/nvnflinger.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-11-18 02:41:23 +0100
committerGitHub <noreply@github.com>2023-11-18 02:41:23 +0100
commit6c64d5aff29c004fbc6c7fd4657e8868144d5283 (patch)
tree5c283caec0d5f680b8d609b1375259a5ae5a5a3d /src/core/hle/service/nvnflinger/nvnflinger.h
parentMerge pull request #12055 from german77/activate (diff)
parentnvnflinger: implement consumer abandonment (diff)
downloadyuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.tar
yuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.tar.gz
yuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.tar.bz2
yuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.tar.lz
yuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.tar.xz
yuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.tar.zst
yuzu-6c64d5aff29c004fbc6c7fd4657e8868144d5283.zip
Diffstat (limited to 'src/core/hle/service/nvnflinger/nvnflinger.h')
-rw-r--r--src/core/hle/service/nvnflinger/nvnflinger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nvnflinger/nvnflinger.h b/src/core/hle/service/nvnflinger/nvnflinger.h
index 959d8b46b..f5d73acdb 100644
--- a/src/core/hle/service/nvnflinger/nvnflinger.h
+++ b/src/core/hle/service/nvnflinger/nvnflinger.h
@@ -140,6 +140,8 @@ private:
s32 swap_interval = 1;
+ bool is_abandoned = false;
+
/// Event that handles screen composition.
std::shared_ptr<Core::Timing::EventType> multi_composition_event;
std::shared_ptr<Core::Timing::EventType> single_composition_event;