mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 07:27:33 +01:00
Merge pull request #4189 from VolcaEM/patch-14
ncm: Update function table
This commit is contained in:
commit
26e243d2d7
@ -28,16 +28,16 @@ public:
|
||||
{7, nullptr, "ResolveApplicationLegalInformationPath"},
|
||||
{8, nullptr, "RedirectApplicationLegalInformationPath"},
|
||||
{9, nullptr, "Refresh"},
|
||||
{10, nullptr, "RedirectProgramPath2"},
|
||||
{11, nullptr, "Refresh2"},
|
||||
{12, nullptr, "DeleteProgramPath"},
|
||||
{13, nullptr, "DeleteApplicationControlPath"},
|
||||
{14, nullptr, "DeleteApplicationHtmlDocumentPath"},
|
||||
{15, nullptr, "DeleteApplicationLegalInformationPath"},
|
||||
{16, nullptr, ""},
|
||||
{17, nullptr, ""},
|
||||
{18, nullptr, ""},
|
||||
{19, nullptr, ""},
|
||||
{10, nullptr, "RedirectApplicationProgramPath"},
|
||||
{11, nullptr, "ClearApplicationRedirection"},
|
||||
{12, nullptr, "EraseProgramRedirection"},
|
||||
{13, nullptr, "EraseApplicationControlRedirection"},
|
||||
{14, nullptr, "EraseApplicationHtmlDocumentRedirection"},
|
||||
{15, nullptr, "EraseApplicationLegalInformationRedirection"},
|
||||
{16, nullptr, "ResolveProgramPathForDebug"},
|
||||
{17, nullptr, "RedirectProgramPathForDebug"},
|
||||
{18, nullptr, "RedirectApplicationProgramPathForDebug"},
|
||||
{19, nullptr, "EraseProgramRedirectionForDebug"},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user