diff options
| author | 2015-07-29 11:37:05 -0400 | |
|---|---|---|
| committer | 2015-07-29 11:37:09 -0400 | |
| commit | bed3618480d70d925abfa91818bde736a27a433f (patch) | |
| tree | 964afc3eb50c62e6b2692f6f10de53a210992a69 | |
| parent | Merge pull request #1007 from lioncash/pc (diff) | |
| download | yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.gz yuzu-bed3618480d70d925abfa91818bde736a27a433f.tar.xz yuzu-bed3618480d70d925abfa91818bde736a27a433f.zip | |
am_net: Add correct function name to the function table
| -rw-r--r-- | src/core/hle/service/am/am_net.cpp | 2 |
1 files changed, 1 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..a6b651316 100644 --- a/src/core/hle/service/am/am_net.cpp +++ b/src/core/hle/service/am/am_net.cpp | |||
| @@ -28,7 +28,7 @@ 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 | {0x08190108, nullptr, "SetCertificates"}, |
| 32 | {0x081B00C2, nullptr, "InstallTitlesFinish"}, | 32 | {0x081B00C2, nullptr, "InstallTitlesFinish"}, |
| 33 | }; | 33 | }; |
| 34 | 34 | ||