diff options
| author | 2023-09-10 21:58:18 -0600 | |
|---|---|---|
| committer | 2023-09-10 22:18:25 -0600 | |
| commit | 27929d7ca2b5fffc8866941d08cda921d586c45d (patch) | |
| tree | 34b87648144aeed0ceb14b51afbdfa976a2aa35e /src/core/hle/service/am | |
| parent | service: mii: Move all raw data to it's file (diff) | |
| download | yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.gz yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.tar.xz yuzu-27929d7ca2b5fffc8866941d08cda921d586c45d.zip | |
service: mii: separate mii types into their own file
Diffstat (limited to 'src/core/hle/service/am')
| -rw-r--r-- | src/core/hle/service/am/applets/applet_mii_edit_types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/am/applets/applet_mii_edit_types.h b/src/core/hle/service/am/applets/applet_mii_edit_types.h index 4705d019f..f3d764073 100644 --- a/src/core/hle/service/am/applets/applet_mii_edit_types.h +++ b/src/core/hle/service/am/applets/applet_mii_edit_types.h | |||
| @@ -7,7 +7,8 @@ | |||
| 7 | 7 | ||
| 8 | #include "common/common_funcs.h" | 8 | #include "common/common_funcs.h" |
| 9 | #include "common/common_types.h" | 9 | #include "common/common_types.h" |
| 10 | #include "core/hle/service/mii/types.h" | 10 | #include "common/uuid.h" |
| 11 | #include "core/hle/service/mii/types/char_info.h" | ||
| 11 | 12 | ||
| 12 | namespace Service::AM::Applets { | 13 | namespace Service::AM::Applets { |
| 13 | 14 | ||