summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_device.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-03-22 03:04:01 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-03-22 03:09:36 +0100
commit6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8 (patch)
tree3aec9d001317af55a6610ea8ca28da7758492c35 /src/core/hle/service/nfp/nfp_device.h
parentMerge pull request #9966 from bunnei/bounded-polyfill (diff)
downloadyuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.tar
yuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.tar.gz
yuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.tar.bz2
yuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.tar.lz
yuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.tar.xz
yuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.tar.zst
yuzu-6ff4bf9b1c48f4cd148cbebc9f0f21bcc74cdac8.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/nfp_device.h b/src/core/hle/service/nfp/nfp_device.h
index 8813df998..27122e86e 100644
--- a/src/core/hle/service/nfp/nfp_device.h
+++ b/src/core/hle/service/nfp/nfp_device.h
@@ -92,6 +92,7 @@ private:
Kernel::KEvent* deactivate_event = nullptr;
Kernel::KEvent* availability_change_event = nullptr;
+ bool is_initalized{};
bool is_data_moddified{};
bool is_app_area_open{};
TagProtocol allowed_protocols{};