From 36cf96857eab706c07470e228542900c41dbabd1 Mon Sep 17 00:00:00 2001 From: bunnei Date: Sat, 7 Aug 2021 01:05:46 -0700 Subject: core: hle: service: nvflinger/vi: Improve management of KEvent. --- src/core/hle/service/nvflinger/nvflinger.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/hle/service/nvflinger/nvflinger.h') diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h index d80fd07ef..6d84cafb4 100644 --- a/src/core/hle/service/nvflinger/nvflinger.h +++ b/src/core/hle/service/nvflinger/nvflinger.h @@ -15,6 +15,7 @@ #include #include "common/common_types.h" +#include "core/hle/service/kernel_helpers.h" namespace Common { class Event; @@ -135,6 +136,8 @@ private: std::unique_ptr vsync_thread; std::unique_ptr wait_event; std::atomic is_running{}; + + KernelHelpers::ServiceContext service_context; }; } // namespace Service::NVFlinger -- cgit v1.2.3