summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-08-26 06:00:18 +0200
committerGitHub <noreply@github.com>2021-08-26 06:00:18 +0200
commit98c2f0e57651575c17ac6d2b5db04055abf228ee (patch)
treed6f7d065cd8e2f00c85b9749076ef303a705c864 /src/core/hle/service/nvflinger/nvflinger.h
parentMerge pull request #6919 from ameerj/vk-int8-capability (diff)
parentRevert "kernel: Various improvements to scheduler" (diff)
downloadyuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar
yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.gz
yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.bz2
yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.lz
yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.xz
yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.tar.zst
yuzu-98c2f0e57651575c17ac6d2b5db04055abf228ee.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 6d84cafb4..d80fd07ef 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -15,7 +15,6 @@
#include <vector>
#include "common/common_types.h"
-#include "core/hle/service/kernel_helpers.h"
namespace Common {
class Event;
@@ -136,8 +135,6 @@ 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