summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-11 05:58:18 +0200
committergerman77 <juangerman-13@hotmail.com>2023-09-11 06:18:25 +0200
commit27929d7ca2b5fffc8866941d08cda921d586c45d (patch)
tree34b87648144aeed0ceb14b51afbdfa976a2aa35e /src/core/hle/service/nfp
parentservice: mii: Move all raw data to it's file (diff)
downloadyuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.gz
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.bz2
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.lz
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.xz
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.zst
yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.zip
Diffstat (limited to 'src/core/hle/service/nfp')
-rw-r--r--src/core/hle/service/nfp/nfp_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/service/nfp/nfp_types.h b/src/core/hle/service/nfp/nfp_types.h
index aed12a7f8..adcaa8e84 100644
--- a/src/core/hle/service/nfp/nfp_types.h
+++ b/src/core/hle/service/nfp/nfp_types.h
@@ -6,7 +6,8 @@
#include <array>
#include "common/swap.h"
-#include "core/hle/service/mii/types.h"
+#include "core/hle/service/mii/types/char_info.h"
+#include "core/hle/service/mii/types/ver3_store_data.h"
#include "core/hle/service/nfc/nfc_types.h"
namespace Service::NFP {
@@ -322,7 +323,7 @@ static_assert(sizeof(RegisterInfo) == 0x100, "RegisterInfo is an invalid size");
// This is nn::nfp::RegisterInfoPrivate
struct RegisterInfoPrivate {
- Service::Mii::MiiStoreData mii_store_data;
+ Service::Mii::StoreData mii_store_data;
WriteDate creation_date;
AmiiboName amiibo_name;
u8 font_region;