aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/gsp.h
diff options
context:
space:
mode:
authorbunnei <ericbunnie@gmail.com>2014-05-22 22:57:45 -0400
committerbunnei <ericbunnie@gmail.com>2014-05-22 22:57:45 -0400
commit32c314c99290a52f1f870ecf8c677e3792ed09c4 (patch)
tree1cea62bc320d51ebb217e7c361ae10b65b71dd45 /src/core/hle/service/gsp.h
parent9a2e7381e66293929d50b08cc55379c800e74d43 (diff)
parent51f636b3d44e0c963d73cbc4e1a555633980b3fb (diff)
Merge branch 'threading'
Diffstat (limited to 'src/core/hle/service/gsp.h')
-rw-r--r--src/core/hle/service/gsp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/gsp.h b/src/core/hle/service/gsp.h
index 5ba09ab70..eb5786cd1 100644
--- a/src/core/hle/service/gsp.h
+++ b/src/core/hle/service/gsp.h
@@ -23,7 +23,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 "gsp::Gpu";
}