mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-10 06:01:52 +00:00
sf: add another sanity assert
This commit is contained in:
parent
3579797309
commit
86f98e49c7
1 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,8 @@ namespace {
|
||||||
return GenerateInterfaceIdFromName(nn);
|
return GenerateInterfaceIdFromName(nn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static_assert(GenerateInterfaceIdFromAtmosphereName("ams::sf::hipc::impl::IHipcManager") == GenerateInterfaceIdFromName("nn::sf::hipc::detail::IHipcManager"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#define AMS_IMPL_CHECK_INTERFACE_ID(AMS_INTF) \
|
#define AMS_IMPL_CHECK_INTERFACE_ID(AMS_INTF) \
|
||||||
|
|
Loading…
Reference in a new issue