mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-08-27 17:31:31 +00:00
started adding services for firmware 20.0.0 without implementation
This commit is contained in:
@@ -30,6 +30,8 @@ public:
|
||||
{10, nullptr, "CreateReportWithAttachments"},
|
||||
{11, C<&ErrorReportContext::CreateReportV1>, "CreateReportV1"},
|
||||
{12, C<&ErrorReportContext::CreateReport>, "CreateReport"},
|
||||
{13, nullptr, "SubmitAttachmentWithLz4Compression"}, // 20.0.0+
|
||||
{14, nullptr, "CreateReportWithSpecifiedReprotId"}, // 20.0.0+
|
||||
{20, nullptr, "RegisterRunningApplet"},
|
||||
{21, nullptr, "UnregisterRunningApplet"},
|
||||
{22, nullptr, "UpdateAppletSuspendedDuration"},
|
||||
|
||||
Reference in New Issue
Block a user