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