소스 검색

Merge pull request #754 from purpasmart96/nwm_typo_fix

NWM_UDS: Fix a typo in the nwm service port name
archshift 11 년 전
부모
커밋
a08bb13e8b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/core/hle/service/nwm_uds.h

+ 1 - 1
src/core/hle/service/nwm_uds.h

@@ -18,7 +18,7 @@ public:
     Interface();
 
     std::string GetPortName() const override {
-        return "nwm:UDS";
+        return "nwm::UDS";
     }
 };