mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 05:02:41 +00:00
More services & small clean ups
This commit is contained in:
@@ -14,11 +14,7 @@ namespace CSND_SND {
|
||||
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 "csnd:SND";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user