service: Move mii enums and structs into its own file

Moves these into types.h, since other files also make use of these types.
This commit is contained in:
Morph
2022-03-17 03:48:31 -04:00
parent e05e6853fa
commit aa44ef7b64
7 changed files with 312 additions and 308 deletions

View File

@ -12,6 +12,7 @@
#include "core/hid/hid_types.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/kernel/k_event.h"
#include "core/hle/service/mii/mii_manager.h"
#include "core/hle/service/nfp/nfp.h"
#include "core/hle/service/nfp/nfp_user.h"