mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 20:22:41 +00:00
NWM_UDS: Fix a typo in the nwm service port name
This commit is contained in:
@@ -18,7 +18,7 @@ public:
|
||||
Interface();
|
||||
|
||||
std::string GetPortName() const override {
|
||||
return "nwm:UDS";
|
||||
return "nwm::UDS";
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user