caps: Add missing service names to caps:su
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
This commit is contained in:
parent
3e9cafbee5
commit
738140fdd8
1 changed files with 3 additions and 0 deletions
|
@ -9,8 +9,11 @@ namespace Service::Capture {
|
||||||
CAPS_SU::CAPS_SU() : ServiceFramework("caps:su") {
|
CAPS_SU::CAPS_SU() : ServiceFramework("caps:su") {
|
||||||
// clang-format off
|
// clang-format off
|
||||||
static const FunctionInfo functions[] = {
|
static const FunctionInfo functions[] = {
|
||||||
|
{32, nullptr, "SetShimLibraryVersion"},
|
||||||
{201, nullptr, "SaveScreenShot"},
|
{201, nullptr, "SaveScreenShot"},
|
||||||
{203, nullptr, "SaveScreenShotEx0"},
|
{203, nullptr, "SaveScreenShotEx0"},
|
||||||
|
{205, nullptr, "SaveScreenShotEx1"},
|
||||||
|
{210, nullptr, "SaveScreenShotEx2"},
|
||||||
};
|
};
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue