From 63a82fe2fb051694623769d966cebae6c0fb6d08 Mon Sep 17 00:00:00 2001 From: crueter Date: Wed, 9 Jul 2025 17:53:54 -0400 Subject: [PATCH] Fix build erro Signed-off-by: crueter --- src/core/hle/service/ns/dynamic_rights_interface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/ns/dynamic_rights_interface.cpp b/src/core/hle/service/ns/dynamic_rights_interface.cpp index 164cbf21fb..1e79adcffc 100644 --- a/src/core/hle/service/ns/dynamic_rights_interface.cpp +++ b/src/core/hle/service/ns/dynamic_rights_interface.cpp @@ -37,7 +37,7 @@ IDynamicRightsInterface::IDynamicRightsInterface(Core::System& system_) {23, nullptr, "GetLimitedApplicationLicenseUpgradableEvent"}, {24, nullptr, "NotifyLimitedApplicationLicenseUpgradableEventForDebug"}, {25, nullptr, "RequestProceedDynamicRightsState"}, - {26, D<&IDynamicRightsInterface::HasAccountRestrictedRightsInRunningApplications>, "HasAccountRestrictedRightsInRunningApplications"} + {26, D<&IDynamicRightsInterface::HasAccountRestrictedRightsInRunningApplications>, "HasAccountRestrictedRightsInRunningApplications"}, {27, nullptr, "Unknown27"}, // 20.0.0+ {28, nullptr, "Unknown28"}, // 20.0.0+ };