Browse Source

Fix build erro

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/33/head
crueter 8 months ago
parent
commit
b080acf6d9
  1. 2
      src/core/hle/service/ns/dynamic_rights_interface.cpp

2
src/core/hle/service/ns/dynamic_rights_interface.cpp

@ -37,7 +37,7 @@ IDynamicRightsInterface::IDynamicRightsInterface(Core::System& system_)
{23, nullptr, "GetLimitedApplicationLicenseUpgradableEvent"}, {23, nullptr, "GetLimitedApplicationLicenseUpgradableEvent"},
{24, nullptr, "NotifyLimitedApplicationLicenseUpgradableEventForDebug"}, {24, nullptr, "NotifyLimitedApplicationLicenseUpgradableEventForDebug"},
{25, nullptr, "RequestProceedDynamicRightsState"}, {25, nullptr, "RequestProceedDynamicRightsState"},
{26, D<&IDynamicRightsInterface::HasAccountRestrictedRightsInRunningApplications>, "HasAccountRestrictedRightsInRunningApplications"}
{26, D<&IDynamicRightsInterface::HasAccountRestrictedRightsInRunningApplications>, "HasAccountRestrictedRightsInRunningApplications"},
{27, nullptr, "Unknown27"}, // 20.0.0+ {27, nullptr, "Unknown27"}, // 20.0.0+
{28, nullptr, "Unknown28"}, // 20.0.0+ {28, nullptr, "Unknown28"}, // 20.0.0+
}; };

Loading…
Cancel
Save