cleanups to service HLE

This commit is contained in:
bunnei 2014-04-12 22:08:48 -04:00
parent 68e198476f
commit b24e6f2b60
2 changed files with 8 additions and 8 deletions

View file

@ -40,7 +40,7 @@ public:
* Gets the string name used by CTROS for a service
* @return String name of service
*/
virtual std::string GetName() {
virtual std::string GetName() const {
return "[UNKNOWN SERVICE NAME]";
}
@ -48,7 +48,7 @@ public:
* Gets the string name used by CTROS for a service
* @return Port name of service
*/
virtual std::string GetPortName() {
virtual std::string GetPortName() const {
return "[UNKNOWN SERVICE PORT]";
}