mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 10:38:00 -05:00
More services & small clean ups
This commit is contained in:
@ -15,10 +15,6 @@ class Interface : public Service::Interface {
|
||||
public:
|
||||
Interface();
|
||||
|
||||
/**
|
||||
* Gets the string port name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const override {
|
||||
return "am:app";
|
||||
}
|
||||
|
Reference in New Issue
Block a user