diff options
| author | 2017-10-09 09:10:48 +0800 | |
|---|---|---|
| committer | 2017-10-09 09:10:48 +0800 | |
| commit | 83e5f639e626bcbd41fe86566a6d15d2d473536d (patch) | |
| tree | 5b9bb15ee8c2158ff877ab43792a93e1946d4caf /src | |
| parent | Merge pull request #2991 from Subv/getpointer (diff) | |
| download | yuzu-83e5f639e626bcbd41fe86566a6d15d2d473536d.tar.gz yuzu-83e5f639e626bcbd41fe86566a6d15d2d473536d.tar.xz yuzu-83e5f639e626bcbd41fe86566a6d15d2d473536d.zip | |
Change command header in nwm::UDS Initialize function
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/hle/service/nwm/nwm_uds.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nwm/nwm_uds.cpp b/src/core/hle/service/nwm/nwm_uds.cpp index 0aa63cc1e..87a6b0eca 100644 --- a/src/core/hle/service/nwm/nwm_uds.cpp +++ b/src/core/hle/service/nwm/nwm_uds.cpp | |||
| @@ -975,7 +975,7 @@ void OnClientConnected(u16 network_node_id) { | |||
| 975 | } | 975 | } |
| 976 | 976 | ||
| 977 | const Interface::FunctionInfo FunctionTable[] = { | 977 | const Interface::FunctionInfo FunctionTable[] = { |
| 978 | {0x00010442, nullptr, "Initialize (deprecated)"}, | 978 | {0x000102C2, nullptr, "Initialize (deprecated)"}, |
| 979 | {0x00020000, nullptr, "Scrap"}, | 979 | {0x00020000, nullptr, "Scrap"}, |
| 980 | {0x00030000, Shutdown, "Shutdown"}, | 980 | {0x00030000, Shutdown, "Shutdown"}, |
| 981 | {0x00040402, nullptr, "CreateNetwork (deprecated)"}, | 981 | {0x00040402, nullptr, "CreateNetwork (deprecated)"}, |