diff options
author | James Rowe <jroweboy@gmail.com> | 2017-10-08 20:23:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-08 20:23:37 -0600 |
commit | 9b19c218a98f6fb0c31349eeca70d7e5e7033b53 (patch) | |
tree | 5b9bb15ee8c2158ff877ab43792a93e1946d4caf | |
parent | 20e19a340ca6eb2e6e2f1e80370bcc7882d027fa (diff) | |
parent | 83e5f639e626bcbd41fe86566a6d15d2d473536d (diff) |
Merge pull request #3002 from Dragios/nwm-cmdhdr-fix
Change command header in nwm::UDS Initialize function
-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) { } const Interface::FunctionInfo FunctionTable[] = { - {0x00010442, nullptr, "Initialize (deprecated)"}, + {0x000102C2, nullptr, "Initialize (deprecated)"}, {0x00020000, nullptr, "Scrap"}, {0x00030000, Shutdown, "Shutdown"}, {0x00040402, nullptr, "CreateNetwork (deprecated)"}, |