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 08:39:11 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2023-03-16 00:01:05 +0100
commit5031f5b8b07dcabf727cf5530f2e00c396de7ea0 (patch)
treebd52aef22b9f4675b75676ef4f1bf50419c997ce /src/core/hle/service/nfp/nfp_types.h
parentservice: nfp: Actually write correct crc (diff)
downloadyuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.tar
yuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.tar.gz
yuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.tar.bz2
yuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.tar.lz
yuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.tar.xz
yuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.tar.zst
yuzu-5031f5b8b07dcabf727cf5530f2e00c396de7ea0.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp_types.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core/hle/service/nfp/nfp_types.h b/src/core/hle/service/nfp/nfp_types.h
index 5f4a5d7f9..b3599a513 100644
--- a/src/core/hle/service/nfp/nfp_types.h
+++ b/src/core/hle/service/nfp/nfp_types.h
@@ -259,7 +259,8 @@ struct EncryptedAmiiboFile {
u32_be application_area_id; // Encrypted Game id
u8 application_id_byte;
u8 unknown;
- std::array<u32, 0x7> unknown2;
+ Service::Mii::NfpStoreDataExtension mii_extension;
+ std::array<u32, 0x5> unknown2;
u32_be register_info_crc;
ApplicationArea application_area; // Encrypted Game data
};
@@ -280,7 +281,8 @@ struct NTAG215File {
u32_be application_area_id;
u8 application_id_byte;
u8 unknown;
- std::array<u32, 0x7> unknown2;
+ Service::Mii::NfpStoreDataExtension mii_extension;
+ std::array<u32, 0x5> unknown2;
u32_be register_info_crc;
ApplicationArea application_area; // Encrypted Game data
HashData hmac_tag; // Hash