mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-23 13:04:50 +00:00
stratosphere: remove union from BluetoothDevicesSettings type
This commit is contained in:
parent
a772408890
commit
8b76c2e6d5
1 changed files with 3 additions and 8 deletions
|
@ -253,14 +253,9 @@ namespace ams::settings {
|
|||
u8 device_type;
|
||||
u16 brr_size;
|
||||
u8 brr[0x9];
|
||||
union {
|
||||
u8 reserved[0x12B];
|
||||
|
||||
struct {
|
||||
u8 padding;
|
||||
char name2[0xF9];
|
||||
};
|
||||
};
|
||||
u8 reserved0;
|
||||
char name2[0xF9];
|
||||
u8 reserved1[0x31];
|
||||
};
|
||||
|
||||
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
|
||||
|
|
Loading…
Add table
Reference in a new issue