aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/nfp/amiibo_crypto.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-08-30 00:33:47 -0500
committergerman77 <juangerman-13@hotmail.com>2022-09-07 01:04:00 -0500
commit19a4e12e6ea6c3d06ee227f3ef1a6cbf93850f6e (patch)
treef96054552ebe182e75fd77eabdcdf205a0dffe46 /src/core/hle/service/nfp/amiibo_crypto.h
parent848f69eb19ddeffd6e2879108eb2604ec390a14e (diff)
core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes
Diffstat (limited to 'src/core/hle/service/nfp/amiibo_crypto.h')
-rw-r--r--src/core/hle/service/nfp/amiibo_crypto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/hle/service/nfp/amiibo_crypto.h b/src/core/hle/service/nfp/amiibo_crypto.h
index bfba5dcb2..9b021a5eb 100644
--- a/src/core/hle/service/nfp/amiibo_crypto.h
+++ b/src/core/hle/service/nfp/amiibo_crypto.h
@@ -55,9 +55,6 @@ struct DerivedKeys {
};
static_assert(sizeof(DerivedKeys) == 0x30, "DerivedKeys is an invalid size");
-/// Converts mii data from nintendo 3ds format to nintendo switch format
-Service::Mii::MiiInfo AmiiboRegisterInfoToMii(const AmiiboRegisterInfo& register_info);
-
/// Validates that the amiibo file is not corrupted
bool IsAmiiboValid(const EncryptedNTAG215File& ntag_file);