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:
parent
36ab24f93a
commit
c593b1be89
1 changed files with 2 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue