Skip to content

Commit

Permalink
nn_ccr: Update CCRAppLaunchParam struct
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Apr 21, 2024
1 parent d5b5cbc commit ec4a978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/nn/ccr/sys_caffeine.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit ec4a978

Please sign in to comment.