mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-04 07:08:51 +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;
|
u8 device_type;
|
||||||
u16 brr_size;
|
u16 brr_size;
|
||||||
u8 brr[0x9];
|
u8 brr[0x9];
|
||||||
union {
|
u8 reserved0;
|
||||||
u8 reserved[0x12B];
|
|
||||||
|
|
||||||
struct {
|
|
||||||
u8 padding;
|
|
||||||
char name2[0xF9];
|
char name2[0xF9];
|
||||||
};
|
u8 reserved1[0x31];
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
|
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue