diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2016-04-16 11:18:49 +0100 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-05-21 11:14:12 -0500 |
| commit | fddd243b17edb0fe03ef1a85c2abdf95353a534d (patch) | |
| tree | c3e6a15cc40b4516fcf0f0a485261777f7d01f8e /src/core/hle/applets/mii_selector.h | |
| parent | 1ebaaf9bb1f5f663f53edaeac026fb465a8c576e (diff) | |
APT: Remove use of Memory::GetPointer
Diffstat (limited to 'src/core/hle/applets/mii_selector.h')
| -rw-r--r-- | src/core/hle/applets/mii_selector.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/applets/mii_selector.h b/src/core/hle/applets/mii_selector.h index be6b04642..24e8e721d 100644 --- a/src/core/hle/applets/mii_selector.h +++ b/src/core/hle/applets/mii_selector.h @@ -24,7 +24,7 @@ struct MiiConfig { u8 unk_004; INSERT_PADDING_BYTES(3); u16 unk_008; - INSERT_PADDING_BYTES(0x8C - 0xA); + INSERT_PADDING_BYTES(0x82); u8 unk_08C; INSERT_PADDING_BYTES(3); u16 unk_090; @@ -75,6 +75,8 @@ public: /// Whether this applet is currently running instead of the host application or not. bool started; + + MiiConfig config; }; } |
