summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2015-05-12 00:22:01 +0200
committerarchshift <gh@archshift.com>2015-05-12 00:22:01 +0200
commita08bb13e8baec4f565c15042c662ff5a198c42d8 (patch)
treebd5d8896bcf0cc1a00b99768ec8df01c31551dc7 /src/core
parentMerge pull request #749 from yuriks/stack-top (diff)
parentNWM_UDS: Fix a typo in the nwm service port name (diff)
downloadyuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.tar
yuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.tar.gz
yuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.tar.bz2
yuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.tar.lz
yuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.tar.xz
yuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.tar.zst
yuzu-a08bb13e8baec4f565c15042c662ff5a198c42d8.zip
Diffstat (limited to 'src/core')
-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";
}
};