mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
settings: add os guard
This commit is contained in:
parent
476d658a79
commit
52f00731d9
1 changed files with 2 additions and 0 deletions
|
@ -258,6 +258,8 @@ namespace ams::settings {
|
||||||
u8 reserved1[0x31];
|
u8 reserved1[0x31];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||||
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
|
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue