mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-04-18 10:40:48 -04:00
More services & small clean ups
This commit is contained in:
@@ -16,11 +16,7 @@ namespace PTM_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 "ptm:u";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user