core: nfp: Implement Convert and RecreateApplicationArea, accuracy fixes

This commit is contained in:
Narr the Reg 2022-08-30 00:33:47 -05:00 committed by german77
parent 848f69eb19
commit 19a4e12e6e
10 changed files with 355 additions and 256 deletions

View file

@ -32,7 +32,7 @@ enum class MiiEditResult : u32 {
};
struct MiiEditCharInfo {
Service::Mii::MiiInfo mii_info{};
Service::Mii::CharInfo mii_info{};
};
static_assert(sizeof(MiiEditCharInfo) == 0x58, "MiiEditCharInfo has incorrect size.");