mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 06:12:42 +00:00
More services & small clean ups
This commit is contained in:
@@ -14,12 +14,8 @@ namespace SSL_C {
|
||||
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 {
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "ssl:C";
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user