mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-23 15:53:59 +00:00
remove value initialization
This commit is contained in:
parent
f49891d27a
commit
e79ef317aa
|
|
@ -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…
Reference in a new issue