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