mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-10 07:38:56 +02:00
remove value initialization
This commit is contained in:
parent
f49891d27a
commit
e79ef317aa
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@ static_assert(sizeof(AccountNotificationSettings) == 0x18,
|
|||
|
||||
/// This is nn::settings::system::AccountUserSettings (stubbed)
|
||||
struct AccountUserSettings {
|
||||
std::array<u8, 0x40> data{};
|
||||
std::array<u8, 0x40> data;
|
||||
};
|
||||
static_assert(sizeof(AccountUserSettings) == 0x40,
|
||||
"AccountUserSettings is an invalid size");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue