Explorar o código

NWM_UDS: Fix a typo in the nwm service port name

purpasmart96 %!s(int64=11) %!d(string=hai) anos
pai
achega
046044618d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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";
     }
 };