aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nvdrv/interface.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-09 15:51:43 -0500
committerGitHub <noreply@github.com>2018-02-09 15:51:43 -0500
commit1add3b20c4b2bf1815e6d6ea2b61845282baac25 (patch)
treee01e249939276a9ed9289c91a6ee7b26a4a5ced7 /src/core/hle/service/nvdrv/interface.h
parent3b352022809f092022ad079214a982e85dee5273 (diff)
parent22caeee64f762bbeca52c6faebeba2cfb0074e86 (diff)
Merge pull request #171 from bunnei/libnx-fixes
Various fixes for libnx, etc.
Diffstat (limited to 'src/core/hle/service/nvdrv/interface.h')
-rw-r--r--src/core/hle/service/nvdrv/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/interface.h b/src/core/hle/service/nvdrv/interface.h
index 8c4b068c2..daf2302af 100644
--- a/src/core/hle/service/nvdrv/interface.h
+++ b/src/core/hle/service/nvdrv/interface.h
@@ -6,6 +6,7 @@
#include <memory>
#include <string>
+#include "core/hle/kernel/event.h"
#include "core/hle/service/nvdrv/nvdrv.h"
#include "core/hle/service/service.h"
@@ -29,6 +30,8 @@ private:
std::shared_ptr<Module> nvdrv;
u64 pid{};
+
+ Kernel::SharedPtr<Kernel::Event> query_event;
};
} // namespace Nvidia