aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/hid.h
diff options
context:
space:
mode:
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 81c29eb2..b17fcfa8 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
*/
- const char *GetPortName() const {
+ std::string GetPortName() const {
return "hid:USER";
}