mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 08:51:05 +00:00
Local-WLAN service name should be nwm::UDS
This commit is contained in:
parent
b4700444a2
commit
9e81b88305
@ -18,7 +18,7 @@ public:
|
||||
Interface();
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "nwm:UDS";
|
||||
return "nwm::UDS";
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user