mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-05-25 03:35:44 +00:00
- updated service(s) to be KernelObject's
- various cleanups
This commit is contained in:
@@ -22,7 +22,7 @@ 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:";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user