ksys/frm: Fix RootTaskParam struct layout

This commit is contained in:
Léo Lam 2020-09-26 21:03:04 +02:00
parent b8eeb70da3
commit 26baae29de
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 4 additions and 2 deletions

View File

@ -16,8 +16,9 @@ public:
RootTaskParam() = default;
u16 _8 = 1;
u8 _a = 1;
bool _8 = true;
bool _9 = false;
bool _a = true;
void* _10 = nullptr;
void* _18 = nullptr;
sead::SafeString app_name;
@ -34,6 +35,7 @@ public:
u32 heap_size = 0;
u32 constant_c = 0;
u32 constant_d = 0;
u32 _dc = 0;
};
KSYS_CHECK_SIZE_NX150(RootTaskParam::ThreadIdArray, 0x60);
KSYS_CHECK_SIZE_NX150(RootTaskParam, 0xe0);