From 9e81b88305457c6b273396ff04bc89ac7fb46172 Mon Sep 17 00:00:00 2001 From: Kevin Hartman Date: Tue, 17 Feb 2015 01:16:20 -0800 Subject: [PATCH] Local-WLAN service name should be nwm::UDS --- src/core/hle/service/nwm_uds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/hle/service/nwm_uds.h b/src/core/hle/service/nwm_uds.h index 9043f5aa7..82abdff28 100644 --- a/src/core/hle/service/nwm_uds.h +++ b/src/core/hle/service/nwm_uds.h @@ -18,7 +18,7 @@ public: Interface(); std::string GetPortName() const override { - return "nwm:UDS"; + return "nwm::UDS"; } };