mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-12 19:27:47 +00:00
Add more services and some fixes, along with more "override"
in the service's headers
This commit is contained in:
parent
c0cd0fa78e
commit
9821bfcb8e
26 changed files with 464 additions and 17 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
* 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 "mic:u";
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue