1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 21:21:48 +00:00

sf: add another sanity assert

This commit is contained in:
Michael Scire 2022-03-22 05:22:44 -07:00
parent 36ab24f93a
commit c593b1be89

View file

@ -92,6 +92,8 @@ namespace {
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) \