summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-25 07:14:55 +0200
committerGitHub <noreply@github.com>2023-05-25 07:14:55 +0200
commite264ab4ad0137224559ac0bacc68b905db65f5a8 (patch)
treeb32d1ad900086d732e94e209774bc6858ff6ea59 /src/core/hle/service/nfc/common/device.h
parentMerge pull request #10435 from FernandoS27/gotta-clean-mess-ups (diff)
parentservice: nfc: Remove encryption key requirement (diff)
downloadyuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.tar
yuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.tar.gz
yuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.tar.bz2
yuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.tar.lz
yuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.tar.xz
yuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.tar.zst
yuzu-e264ab4ad0137224559ac0bacc68b905db65f5a8.zip
Diffstat (limited to 'src/core/hle/service/nfc/common/device.h')
-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{};