diff options
| author | 2022-03-17 03:48:31 -0400 | |
|---|---|---|
| committer | 2022-03-21 23:57:31 -0400 | |
| commit | aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582 (patch) | |
| tree | 0ecc66cb856d215aafd7f18b94de553ffb3e400f /src/core/frontend | |
| parent | applets: Rename Mii to MiiEdit (diff) | |
| download | yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.gz yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.tar.xz yuzu-aa44ef7b64ad5b00a1e6da94d06fb6c3ecd82582.zip | |
service: Move mii enums and structs into its own file
Moves these into types.h, since other files also make use of these types.
Diffstat (limited to 'src/core/frontend')
| -rw-r--r-- | src/core/frontend/applets/mii_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/frontend/applets/mii_edit.h b/src/core/frontend/applets/mii_edit.h index 0d5bb69a2..247ccd461 100644 --- a/src/core/frontend/applets/mii_edit.h +++ b/src/core/frontend/applets/mii_edit.h | |||
| @@ -6,7 +6,7 @@ | |||
| 6 | 6 | ||
| 7 | #include <functional> | 7 | #include <functional> |
| 8 | 8 | ||
| 9 | #include "core/hle/service/mii/mii_manager.h" | 9 | #include "core/hle/service/mii/types.h" |
| 10 | 10 | ||
| 11 | namespace Core::Frontend { | 11 | namespace Core::Frontend { |
| 12 | 12 | ||