From 83e5f639e626bcbd41fe86566a6d15d2d473536d Mon Sep 17 00:00:00 2001
From: Dragios <Dragios@users.noreply.github.com>
Date: Mon, 9 Oct 2017 09:10:48 +0800
Subject: [PATCH] Change command header in nwm::UDS Initialize function

---
 src/core/hle/service/nwm/nwm_uds.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)"},