Browse Source

Merge pull request #3831 from ogniK5377/caps-su-names

caps: Add missing service names to caps:su
pull/15/merge
Mat M 6 years ago
committed by GitHub
parent
commit
e6f4251988
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/core/hle/service/caps/caps_su.cpp

3
src/core/hle/service/caps/caps_su.cpp

@ -9,8 +9,11 @@ namespace Service::Capture {
CAPS_SU::CAPS_SU() : ServiceFramework("caps:su") {
// clang-format off
static const FunctionInfo functions[] = {
{32, nullptr, "SetShimLibraryVersion"},
{201, nullptr, "SaveScreenShot"},
{203, nullptr, "SaveScreenShotEx0"},
{205, nullptr, "SaveScreenShotEx1"},
{210, nullptr, "SaveScreenShotEx2"},
};
// clang-format on

Loading…
Cancel
Save