summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nwm_uds.h
diff options
context:
space:
mode:
authorpurpasmart96 <kanzoconfigz@hotmail.com>2015-05-12 00:18:54 +0200
committerpurpasmart96 <kanzoconfigz@hotmail.com>2015-05-12 00:18:54 +0200
commit046044618d8540ea703060dbf8bfb7dbe577c9b8 (patch)
treebd5d8896bcf0cc1a00b99768ec8df01c31551dc7 /src/core/hle/service/nwm_uds.h
parentMerge pull request #749 from yuriks/stack-top (diff)
downloadyuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar
yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.gz
yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.bz2
yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.lz
yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.xz
yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.tar.zst
yuzu-046044618d8540ea703060dbf8bfb7dbe577c9b8.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nwm_uds.h2
1 files changed, 1 insertions, 1 deletions
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";
}
};