summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_types.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-03-15 05:00:38 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-03-15 06:42:41 +0100
commit026fe2e4f4128f4c81a07e25cb646620f7643a75 (patch)
treef370c2ce9b622ce4571c37d5d0e16f6bd07a0984 /src/core/hle/service/nfp/nfp_types.h
parentMerge pull request #9933 from vonchenplus/texture_format (diff)
downloadyuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.gz
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.bz2
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.lz
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.xz
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.tar.zst
yuzu-026fe2e4f4128f4c81a07e25cb646620f7643a75.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nfp/nfp_types.h b/src/core/hle/service/nfp/nfp_types.h
index 142343d6e..5f4a5d7f9 100644
--- a/src/core/hle/service/nfp/nfp_types.h
+++ b/src/core/hle/service/nfp/nfp_types.h
@@ -260,7 +260,7 @@ struct EncryptedAmiiboFile {
u8 application_id_byte;
u8 unknown;
std::array<u32, 0x7> unknown2;
- u32_be application_area_crc;
+ u32_be register_info_crc;
ApplicationArea application_area; // Encrypted Game data
};
static_assert(sizeof(EncryptedAmiiboFile) == 0x1F8, "AmiiboFile is an invalid size");
@@ -281,7 +281,7 @@ struct NTAG215File {
u8 application_id_byte;
u8 unknown;
std::array<u32, 0x7> unknown2;
- u32_be application_area_crc;
+ u32_be register_info_crc;
ApplicationArea application_area; // Encrypted Game data
HashData hmac_tag; // Hash
UniqueSerialNumber uid; // Unique serial number