summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_device.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-03-26 22:26:21 +0200
committergerman77 <juangerman-13@hotmail.com>2023-03-26 22:26:36 +0200
commit880264673068c61ef680deffc1a26b4089713282 (patch)
treeca4ed2d85b94abed946a6bda6cbfcb1f781846f4 /src/core/hle/service/nfp/nfp_device.h
parentMerge pull request #9992 from liamwhite/climits (diff)
downloadyuzu-880264673068c61ef680deffc1a26b4089713282.tar
yuzu-880264673068c61ef680deffc1a26b4089713282.tar.gz
yuzu-880264673068c61ef680deffc1a26b4089713282.tar.bz2
yuzu-880264673068c61ef680deffc1a26b4089713282.tar.lz
yuzu-880264673068c61ef680deffc1a26b4089713282.tar.xz
yuzu-880264673068c61ef680deffc1a26b4089713282.tar.zst
yuzu-880264673068c61ef680deffc1a26b4089713282.zip
Diffstat (limited to 'src/core/hle/service/nfp/nfp_device.h')
-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 27122e86e..7f963730d 100644
--- a/src/core/hle/service/nfp/nfp_device.h
+++ b/src/core/hle/service/nfp/nfp_device.h
@@ -95,6 +95,7 @@ private:
bool is_initalized{};
bool is_data_moddified{};
bool is_app_area_open{};
+ bool is_plain_amiibo{};
TagProtocol allowed_protocols{};
s64 current_posix_time{};
MountTarget mount_target{MountTarget::None};