mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-23 13:35:38 +01:00
mig: Update function table
This was based on Switchbrew page: https://switchbrew.org/wiki/Migration_services
This commit is contained in:
parent
6205965df9
commit
5219424226
@ -20,6 +20,12 @@ public:
|
|||||||
{101, nullptr, "ResumeServer"},
|
{101, nullptr, "ResumeServer"},
|
||||||
{200, nullptr, "CreateClient"},
|
{200, nullptr, "CreateClient"},
|
||||||
{201, nullptr, "ResumeClient"},
|
{201, nullptr, "ResumeClient"},
|
||||||
|
{1001, nullptr, "Unknown1001"},
|
||||||
|
{1010, nullptr, "Unknown1010"},
|
||||||
|
{1100, nullptr, "Unknown1100"},
|
||||||
|
{1101, nullptr, "Unknown1101"},
|
||||||
|
{1200, nullptr, "Unknown1200"},
|
||||||
|
{1201, nullptr, "Unknown1201"}
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user