mirror of
https://github.com/love2d/love-android.git
synced 2026-08-21 13:09:40 +02:00
SDL: Apply libsdl-org/SDL@2363ddc330
This commit is contained in:
+3
@@ -141,6 +141,9 @@ public class HIDDeviceManager {
|
||||
|
||||
private void initializeUSB() {
|
||||
mUsbManager = (UsbManager)mContext.getSystemService(Context.USB_SERVICE);
|
||||
if (mUsbManager == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
// Logging
|
||||
|
||||
Reference in New Issue
Block a user