mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 03:35:46 +00:00
Fix build erro
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
0d746d446a
commit
63a82fe2fb
1 changed files with 1 additions and 1 deletions
|
@ -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+
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue