summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-08-07 10:05:46 +0200
committerbunnei <bunneidev@gmail.com>2021-08-07 21:18:47 +0200
commit36cf96857eab706c07470e228542900c41dbabd1 (patch)
treea4a5648eb91d9156976411c2fe0371831ad67f9f /src/core/hle/service/nvflinger/nvflinger.h
parentcore: hle: kernel: DisableDispatch on suspend threads. (diff)
downloadyuzu-36cf96857eab706c07470e228542900c41dbabd1.tar
yuzu-36cf96857eab706c07470e228542900c41dbabd1.tar.gz
yuzu-36cf96857eab706c07470e228542900c41dbabd1.tar.bz2
yuzu-36cf96857eab706c07470e228542900c41dbabd1.tar.lz
yuzu-36cf96857eab706c07470e228542900c41dbabd1.tar.xz
yuzu-36cf96857eab706c07470e228542900c41dbabd1.tar.zst
yuzu-36cf96857eab706c07470e228542900c41dbabd1.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h3
1 files changed, 3 insertions, 0 deletions
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 <vector>
#include "common/common_types.h"
+#include "core/hle/service/kernel_helpers.h"
namespace Common {
class Event;
@@ -135,6 +136,8 @@ private:
std::unique_ptr<std::thread> vsync_thread;
std::unique_ptr<Common::Event> wait_event;
std::atomic<bool> is_running{};
+
+ KernelHelpers::ServiceContext service_context;
};
} // namespace Service::NVFlinger