mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-16 10:18:56 -05:00
More services & small clean ups
This commit is contained in:
@ -11,21 +11,12 @@ namespace SRV {
|
||||
|
||||
/// Interface to "srv:" service
|
||||
class Interface : public Service::Interface {
|
||||
|
||||
public:
|
||||
|
||||
Interface();
|
||||
|
||||
~Interface();
|
||||
|
||||
/**
|
||||
* Gets the string name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const override {
|
||||
return "srv:";
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user