summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-05-23 02:31:39 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-05-23 02:42:09 +0200
commitf63586c5f5aad1eb4d25e59d81a83e58529988ff (patch)
treec47a184bd92f70a2201421d0b0d0af415677f8e4 /src/core/hle/service/nfc/common/device.h
parentMerge pull request #10392 from danilaml/update-cubeb-again (diff)
downloadyuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.tar
yuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.tar.gz
yuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.tar.bz2
yuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.tar.lz
yuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.tar.xz
yuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.tar.zst
yuzu-f63586c5f5aad1eb4d25e59d81a83e58529988ff.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfc/common/device.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/nfc/common/device.h b/src/core/hle/service/nfc/common/device.h
index 98e1945c1..6a37e8458 100644
--- a/src/core/hle/service/nfc/common/device.h
+++ b/src/core/hle/service/nfc/common/device.h
@@ -110,6 +110,8 @@ private:
void UpdateSettingsCrc();
void UpdateRegisterInfoCrc();
+ void BuildAmiiboWithoutKeys();
+
bool is_controller_set{};
int callback_key;
const Core::HID::NpadIdType npad_id;
@@ -128,6 +130,7 @@ private:
bool is_data_moddified{};
bool is_app_area_open{};
bool is_plain_amiibo{};
+ bool is_write_protected{};
NFP::MountTarget mount_target{NFP::MountTarget::None};
NFP::NTAG215File tag_data{};