summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_user.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-11-09 20:04:11 +0100
committergerman77 <juangerman-13@hotmail.com>2022-11-19 15:51:59 +0100
commit327d225c3e9da802a31735edc113891960942a3e (patch)
tree7febe12f94deba0de9217cff8ee48bc14991aead /src/core/hle/service/nfp/nfp_user.h
parentMerge pull request #9226 from Kelebek1/regs_regression (diff)
downloadyuzu-327d225c3e9da802a31735edc113891960942a3e.tar
yuzu-327d225c3e9da802a31735edc113891960942a3e.tar.gz
yuzu-327d225c3e9da802a31735edc113891960942a3e.tar.bz2
yuzu-327d225c3e9da802a31735edc113891960942a3e.tar.lz
yuzu-327d225c3e9da802a31735edc113891960942a3e.tar.xz
yuzu-327d225c3e9da802a31735edc113891960942a3e.tar.zst
yuzu-327d225c3e9da802a31735edc113891960942a3e.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp_user.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/nfp_user.h b/src/core/hle/service/nfp/nfp_user.h
index 47aff3695..7e9a90af8 100644
--- a/src/core/hle/service/nfp/nfp_user.h
+++ b/src/core/hle/service/nfp/nfp_user.h
@@ -3,6 +3,10 @@
#pragma once
+#include <array>
+#include <memory>
+#include <optional>
+
#include "core/hle/service/kernel_helpers.h"
#include "core/hle/service/service.h"
@@ -12,6 +16,7 @@ class NfpDevice;
class IUser final : public ServiceFramework<IUser> {
public:
explicit IUser(Core::System& system_);
+ ~IUser();
private:
enum class State : u32 {