1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-19 13:33:24 +01:00

settings: add os guard

This commit is contained in:
Michael Scire 2023-03-12 22:34:23 -07:00
parent 476d658a79
commit 52f00731d9

View file

@ -258,6 +258,8 @@ namespace ams::settings {
u8 reserved1[0x31];
};
#if defined(ATMOSPHERE_OS_HORIZON)
static_assert(sizeof(BluetoothDevicesSettings) == sizeof(::SetSysBluetoothDevicesSettings));
#endif
}