mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 23:07:57 -05:00
More services & small clean ups
This commit is contained in:
@ -11,17 +11,13 @@
|
||||
|
||||
namespace FRD_U {
|
||||
|
||||
class Interface : public Service::Interface {
|
||||
public:
|
||||
Interface();
|
||||
~Interface();
|
||||
/**
|
||||
* Gets the string port name used by CTROS for the service
|
||||
* @return Port name of service
|
||||
*/
|
||||
std::string GetPortName() const override {
|
||||
return "frd:u";
|
||||
}
|
||||
};
|
||||
class Interface : public Service::Interface {
|
||||
public:
|
||||
Interface();
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "frd:u";
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Reference in New Issue
Block a user