summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/amiibo_crypto.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-05-07 21:18:09 +0200
committerGitHub <noreply@github.com>2023-05-07 21:18:09 +0200
commite58090c9c731701662d0824c2fd081467f21f5c3 (patch)
treef35c9a080f3b5a9067381b615eca928e8825ee20 /src/core/hle/service/nfc/common/amiibo_crypto.h
parentMerge pull request #10192 from bunnei/update-dynarmic-2 (diff)
parentservice: nfc: Merge device interfaces and create the device manager (diff)
downloadyuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar
yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.gz
yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.bz2
yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.lz
yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.xz
yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.tar.zst
yuzu-e58090c9c731701662d0824c2fd081467f21f5c3.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfc/common/amiibo_crypto.h (renamed from src/core/hle/service/nfp/amiibo_crypto.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nfp/amiibo_crypto.h b/src/core/hle/service/nfc/common/amiibo_crypto.h
index f6208ee6b..bf3044ed9 100644
--- a/src/core/hle/service/nfp/amiibo_crypto.h
+++ b/src/core/hle/service/nfc/common/amiibo_crypto.h
@@ -24,9 +24,9 @@ using DrgbOutput = std::array<u8, 0x20>;
struct HashSeed {
u16_be magic;
std::array<u8, 0xE> padding;
- UniqueSerialNumber uid_1;
+ NFC::UniqueSerialNumber uid_1;
u8 nintendo_id_1;
- UniqueSerialNumber uid_2;
+ NFC::UniqueSerialNumber uid_2;
u8 nintendo_id_2;
std::array<u8, 0x20> keygen_salt;
};