diff options
Diffstat (limited to 'src/core/hle/service/srv.h')
| -rw-r--r-- | src/core/hle/service/srv.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/hle/service/srv.h b/src/core/hle/service/srv.h index 760c976b4..81109a2a8 100644 --- a/src/core/hle/service/srv.h +++ b/src/core/hle/service/srv.h @@ -22,16 +22,10 @@ public: * Gets the string name used by CTROS for the service * @return Port name of service */ - std::string GetPortName() const { + const char *GetPortName() const { return "srv:"; } - /** - * Called when svcSendSyncRequest is called, loads command buffer and executes comand - * @return Return result of svcSendSyncRequest passed back to user app - */ - Syscall::Result Sync(); - }; } // namespace |
