mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-19 23:22:42 +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