mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +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];
|
||||
};
|
||||
|
||||
#if defined(ATMOSPHERE_OS_HORIZON)
|
||||
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue