mirror of
https://github.com/devkitPro/wut.git
synced 2026-09-07 10:45:36 -05:00
nn_ccr: Update CCRAppLaunchParam struct
This commit is contained in:
@@ -16,11 +16,11 @@ typedef struct CCRAppLaunchParam CCRAppLaunchParam;
|
||||
|
||||
struct WUT_PACKED CCRAppLaunchParam
|
||||
{
|
||||
uint64_t titleId;
|
||||
char uuid[16];
|
||||
uint64_t launchInfoDatabaseEntryId; // id used in the \link nn::sl::LaunchInfoDatabase
|
||||
char uuid[16]; // account uuid
|
||||
WUT_UNKNOWN_BYTES(0xE7);
|
||||
};
|
||||
WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x00, titleId);
|
||||
WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x00, launchInfoDatabaseEntryId);
|
||||
WUT_CHECK_OFFSET(CCRAppLaunchParam, 0x08, uuid);
|
||||
WUT_CHECK_SIZE(CCRAppLaunchParam, 0xFF);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user