summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-19 03:43:29 +0200
committerbunnei <ericbunnie@gmail.com>2014-05-19 03:43:29 +0200
commiteab6fd01d7d2e9b7434a8c5654d424cb563c3784 (patch)
tree8fcef16c0a2d6fdc078a9c49d55a7caa6c02a755 /src/core/hle/service/hid.h
parentrenamed "UID" to "Handle" where appropriate (diff)
downloadyuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.tar
yuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.tar.gz
yuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.tar.bz2
yuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.tar.lz
yuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.tar.xz
yuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.tar.zst
yuzu-eab6fd01d7d2e9b7434a8c5654d424cb563c3784.zip
Diffstat (limited to 'src/core/hle/service/hid.h')
-rw-r--r--src/core/hle/service/hid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid.h b/src/core/hle/service/hid.h
index b17fcfa86..81c29eb2e 100644
--- a/src/core/hle/service/hid.h
+++ b/src/core/hle/service/hid.h
@@ -25,7 +25,7 @@ public:
* Gets the string port name used by CTROS for the service
* @return Port name of service
*/
- std::string GetPortName() const {
+ const char *GetPortName() const {
return "hid:USER";
}