diff options
| author | Mat M <mathew1800@gmail.com> | 2016-12-07 22:22:38 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-07 22:22:38 -0500 |
| commit | 2d387d95a8f42a386ab9279e68d0d6edd1ba1aec (patch) | |
| tree | 87facd23b493f735cec3d4f52709cccb7e963155 /src/core/hle/service/am/am_app.cpp | |
| parent | 8d529a5cda86f6c59f21829d8a15deb5586c1c8d (diff) | |
| parent | 26ea6b954636b334e4f31da97c30e215aa83f4a1 (diff) | |
Merge pull request #2282 from lioncash/svc
Update AM service function tables
Diffstat (limited to 'src/core/hle/service/am/am_app.cpp')
| -rw-r--r-- | src/core/hle/service/am/am_app.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am_app.cpp b/src/core/hle/service/am/am_app.cpp index bfc1ca6bd..218375c8f 100644 --- a/src/core/hle/service/am/am_app.cpp +++ b/src/core/hle/service/am/am_app.cpp @@ -14,9 +14,14 @@ const Interface::FunctionInfo FunctionTable[] = { {0x10030142, ListContentInfos, "ListContentInfos"}, {0x10040102, DeleteContents, "DeleteContents"}, {0x10050084, GetDataTitleInfos, "GetDataTitleInfos"}, + {0x10060080, nullptr, "GetNumDataTitleTickets"}, {0x10070102, ListDataTitleTicketInfos, "ListDataTitleTicketInfos"}, + {0x100801C2, nullptr, "GetItemRights"}, {0x100900C0, nullptr, "IsDataTitleInUse"}, {0x100A0000, nullptr, "IsExternalTitleDatabaseInitialized"}, + {0x100B00C0, nullptr, "GetNumExistingContentInfos"}, + {0x100C0142, nullptr, "ListExistingContentInfos"}, + {0x100D0084, nullptr, "GetPatchTitleInfos"}, }; AM_APP_Interface::AM_APP_Interface() { |
