Browse Source

Merge pull request #754 from purpasmart96/nwm_typo_fix

NWM_UDS: Fix a typo in the nwm service port name
pull/15/merge
archshift 11 years ago
parent
commit
a08bb13e8b
  1. 2
      src/core/hle/service/nwm_uds.h

2
src/core/hle/service/nwm_uds.h

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

Loading…
Cancel
Save