mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-22 15:48:56 +00:00
started adding services for firmware 20.0.0 without implementation
This commit is contained in:
@@ -18,6 +18,7 @@ IFirmwareDebugSettingsServer::IFirmwareDebugSettingsServer(Core::System& system_
|
||||
{21, nullptr, "SetAllowedSslHosts"},
|
||||
{22, nullptr, "SetHostFsMountPoint"},
|
||||
{23, nullptr, "SetMemoryUsageRateFlag"},
|
||||
{24, nullptr, "CommitSettings"}, // 20.0.0+
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
||||
@@ -300,6 +300,18 @@ ISystemSettingsServer::ISystemSettingsServer(Core::System& system_)
|
||||
{208, nullptr, "SetHearingProtectionSafeguardFlag"},
|
||||
{209, nullptr, "GetHearingProtectionSafeguardRemainingTime"},
|
||||
{210, nullptr, "SetHearingProtectionSafeguardRemainingTime"},
|
||||
{221, nullptr, "GetForceMonauralOutputFlag"}, //17.0.0+
|
||||
{222, nullptr, "SetForceMonauralOutputFlag"}, //17.0.0+
|
||||
{251, nullptr, "GetAccountIdentificationSettings"}, //18.0.0+
|
||||
{252, nullptr, "SetAccountIdentificationSettings"}, //18.0.0+
|
||||
{264, nullptr, "GetVphymDirtyFlags"}, // 20.0.0+
|
||||
{282, nullptr, "ConvertToProductModel"}, // 20.0.0+
|
||||
{283, nullptr, "ConvertToProductModelName"}, // 20.0.0+
|
||||
{289, nullptr, "GetDefaultAccountIdentificationFlagSet"}, // 20.0.0+
|
||||
{300, nullptr, "AcquirePushNotificationDirtyFlagEventHandle"}, // 20.0.0+
|
||||
{301, nullptr, "GetPushNotificationDirtyFlags"}, // 20.0.0+
|
||||
{306, nullptr, "GetPinCodeReregistrationGuideAccounts"}, // 20.0.0+
|
||||
{307, nullptr, "SetPinCodeReregistrationGuideAccounts"}, // 20.0.0+
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
||||
Reference in New Issue
Block a user