early-access version 1444

This commit is contained in:
pineappleEA
2021-02-12 04:45:27 +01:00
parent 48d8cc712b
commit 1e55ebc500
4 changed files with 8 additions and 5 deletions

View File

@@ -215,7 +215,7 @@ private:
const auto& amiibo = nfp_interface.GetAmiiboBuffer();
const TagInfo tag_info{
.uuid = amiibo.uuid,
.uuid_length = static_cast<u8>(tag_info.uuid.size()),
.uuid_length = static_cast<u8>(amiibo.uuid.size()),
.padding_1 = {},
.protocol = 1, // TODO(ogniK): Figure out actual values
.tag_type = 2,