diff options
| author | 2023-09-10 22:42:38 -0600 | |
|---|---|---|
| committer | 2023-09-10 22:42:38 -0600 | |
| commit | 8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c (patch) | |
| tree | 6ea7d5f1e5d3cf29bf8abcd16bbb30bf71ec3419 /src/core/hle/service/nfp | |
| parent | service: mii: separate mii types into their own file (diff) | |
| download | yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.gz yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.tar.xz yuzu-8d7d62dc24b0788b6158fd6b3bd5bce6a6969a8c.zip | |
service: mii: Move ver3 operations
Diffstat (limited to 'src/core/hle/service/nfp')
| -rw-r--r-- | src/core/hle/service/nfp/nfp_types.h | 1 |
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 @@ | |||
| 7 | 7 | ||
| 8 | #include "common/swap.h" | 8 | #include "common/swap.h" |
| 9 | #include "core/hle/service/mii/types/char_info.h" | 9 | #include "core/hle/service/mii/types/char_info.h" |
| 10 | #include "core/hle/service/mii/types/store_data.h" | ||
| 10 | #include "core/hle/service/mii/types/ver3_store_data.h" | 11 | #include "core/hle/service/mii/types/ver3_store_data.h" |
| 11 | #include "core/hle/service/nfc/nfc_types.h" | 12 | #include "core/hle/service/nfc/nfc_types.h" |
| 12 | 13 | ||