Explorar el Código

NWM_UDS: Fix a typo in the nwm service port name

purpasmart96 hace 11 años
padre
commit
046044618d
Se han modificado 1 ficheros con 1 adiciones y 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";
     }
 };