Sfoglia il codice sorgente

NWM_UDS: Fix a typo in the nwm service port name

purpasmart96 11 anni fa
parent
commit
046044618d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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";
     }
 };