mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 10:37:59 -05:00
Add more services and some fixes, along with more "override"
in the service's headers
This commit is contained in:
committed by
purpasmart96
parent
c0cd0fa78e
commit
9821bfcb8e
@ -19,7 +19,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 "dsp:DSP";
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user