mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-22 15:42:25 -07:00
DSP: Fixed typo in port name.
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
|||||||
* @return Port name of service
|
* @return Port name of service
|
||||||
*/
|
*/
|
||||||
std::string GetPortName() const override {
|
std::string GetPortName() const override {
|
||||||
return "dsp:DSP";
|
return "dsp::DSP";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user