mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 12:27:52 -05:00
nifm, ssl: Fix incorrect response sizes
This commit is contained in:
@ -368,7 +368,7 @@ private:
|
||||
},
|
||||
};
|
||||
|
||||
IPC::ResponseBuilder rb{ctx, 2 + sizeof(IpConfigInfo) / sizeof(u32)};
|
||||
IPC::ResponseBuilder rb{ctx, 2 + (sizeof(IpConfigInfo) + 3) / sizeof(u32)};
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
rb.PushRaw<IpConfigInfo>(ip_config_info);
|
||||
}
|
||||
|
Reference in New Issue
Block a user