mirror of
https://github.com/Maschell/HIDtoVPADNetworkClient.git
synced 2024-11-22 05:59:16 +01:00
Fix for the Xbox Controller
This commit is contained in:
parent
da80e946d0
commit
2ae8142f61
@ -114,6 +114,7 @@ class PureJavaHidDevice implements HidDevice, InputReportListener {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getProductString() {
|
public String getProductString() {
|
||||||
|
if(myDevice != null || myDeviceInfo.getProductString() == null) return "";
|
||||||
return myDeviceInfo.getProductString().trim();
|
return myDeviceInfo.getProductString().trim();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user