service: mii: separate mii types into their own file

This commit is contained in:
german77 2023-09-10 21:58:18 -06:00
parent 63b239f5c6
commit 27929d7ca2
20 changed files with 586 additions and 542 deletions

View file

@ -7,7 +7,8 @@
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "core/hle/service/mii/types.h"
#include "common/uuid.h"
#include "core/hle/service/mii/types/char_info.h"
namespace Service::AM::Applets {