소스 검색

Merge pull request #3002 from Dragios/nwm-cmdhdr-fix

Change command header in nwm::UDS Initialize function
James Rowe 8 년 전
부모
커밋
9b19c218a9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/hle/service/nwm/nwm_uds.cpp

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