Browse Source

eupld: Update function table

This was based on Switchbrew page: https://switchbrew.org/wiki/Error_Upload_services
pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
0f4a611129
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/core/hle/service/eupld/eupld.cpp

1
src/core/hle/service/eupld/eupld.cpp

@ -19,6 +19,7 @@ public:
{1, nullptr, "ImportCrt"},
{2, nullptr, "ImportPki"},
{3, nullptr, "SetAutoUpload"},
{4, nullptr, "GetAutoUpload"},
};
// clang-format on

Loading…
Cancel
Save