summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-09-11 06:42:38 +0200
committergerman77 <juangerman-13@hotmail.com>2023-09-11 06:42:38 +0200
commit8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c (patch)
tree6ea7d5f1e5d3cf29bf8abcd16bbb30bf71ec3419 /src/core/hle/service/nfp
parentservice: mii: separate mii types into their own file (diff)
downloadyuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.gz
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.bz2
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.lz
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.xz
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.zst
yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.zip
Diffstat (limited to 'src/core/hle/service/nfp')
-rw-r--r--src/core/hle/service/nfp/nfp_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/nfp_types.h b/src/core/hle/service/nfp/nfp_types.h
index adcaa8e84..f96d21220 100644
--- a/src/core/hle/service/nfp/nfp_types.h
+++ b/src/core/hle/service/nfp/nfp_types.h
@@ -7,6 +7,7 @@
#include "common/swap.h"
#include "core/hle/service/mii/types/char_info.h"
+#include "core/hle/service/mii/types/store_data.h"
#include "core/hle/service/mii/types/ver3_store_data.h"
#include "core/hle/service/nfc/nfc_types.h"