summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/amiibo_crypto.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/amiibo_crypto.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 '')
-rw-r--r--src/core/hle/service/nfp/amiibo_crypto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/amiibo_crypto.h b/src/core/hle/service/nfp/amiibo_crypto.h
index c9fd67a39..f6208ee6b 100644
--- a/src/core/hle/service/nfp/amiibo_crypto.h
+++ b/src/core/hle/service/nfp/amiibo_crypto.h
@@ -60,6 +60,9 @@ static_assert(sizeof(DerivedKeys) == 0x30, "DerivedKeys is an invalid size");
/// Validates that the amiibo file is not corrupted
bool IsAmiiboValid(const EncryptedNTAG215File& ntag_file);
+/// Validates that the amiibo file is not corrupted
+bool IsAmiiboValid(const NTAG215File& ntag_file);
+
/// Converts from encrypted file format to encoded file format
NTAG215File NfcDataToEncodedData(const EncryptedNTAG215File& nfc_data);