diff options
| author | 2015-07-29 08:40:19 -0700 | |
|---|---|---|
| committer | 2015-07-29 08:40:19 -0700 | |
| commit | 8165de065b8bb3c9d3d9c011904446f94c788abd (patch) | |
| tree | 83ed576bf5be6651d195d95271be89fd89d5e553 /src | |
| parent | Merge pull request #982 from Subv/home (diff) | |
| parent | am_net: Add missing function to the function table (diff) | |
| download | yuzu-8165de065b8bb3c9d3d9c011904446f94c788abd.tar.gz yuzu-8165de065b8bb3c9d3d9c011904446f94c788abd.tar.xz yuzu-8165de065b8bb3c9d3d9c011904446f94c788abd.zip | |
Merge pull request #1009 from lioncash/table
am_net: Update function table data
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/am/am_net.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am_net.cpp b/src/core/hle/service/am/am_net.cpp index b1af0e9d8..aa391f3b2 100644 --- a/src/core/hle/service/am/am_net.cpp +++ b/src/core/hle/service/am/am_net.cpp | |||
| @@ -28,7 +28,8 @@ const Interface::FunctionInfo FunctionTable[] = { | |||
| 28 | {0x08130000, nullptr, "GetTotalContents"}, | 28 | {0x08130000, nullptr, "GetTotalContents"}, |
| 29 | {0x08140042, nullptr, "GetContentIndexes"}, | 29 | {0x08140042, nullptr, "GetContentIndexes"}, |
| 30 | {0x08150044, nullptr, "GetContentsInfo"}, | 30 | {0x08150044, nullptr, "GetContentsInfo"}, |
| 31 | {0x08190108, nullptr, "Unknown"}, | 31 | {0x08180042, nullptr, "GetCTCert"}, |
| 32 | {0x08190108, nullptr, "SetCertificates"}, | ||
| 32 | {0x081B00C2, nullptr, "InstallTitlesFinish"}, | 33 | {0x081B00C2, nullptr, "InstallTitlesFinish"}, |
| 33 | }; | 34 | }; |
| 34 | 35 | ||