mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 14:05:45 +00:00
SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this should be the users account id
This commit is contained in:
parent
c557b50022
commit
9a4d35fd46
1 changed files with 3 additions and 1 deletions
|
@ -198,8 +198,10 @@ private:
|
|||
NotificationTypes notification_type;
|
||||
INSERT_PADDING_WORDS(
|
||||
1); // TODO(ogniK): This doesn't seem to be used within any IPC returns as of now
|
||||
Common::UUID user_uuid;
|
||||
u64_le account_id;
|
||||
};
|
||||
static_assert(sizeof(SizedNotificationInfo) == 0x10,
|
||||
"SizedNotificationInfo is an incorrect size");
|
||||
|
||||
struct States {
|
||||
bool has_updated_friends;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue