diff --git a/android/app/src/main/java/com/github/stenzek/duckstation/EmulationSurfaceView.java b/android/app/src/main/java/com/github/stenzek/duckstation/EmulationSurfaceView.java index e88a64941..47100afd9 100644 --- a/android/app/src/main/java/com/github/stenzek/duckstation/EmulationSurfaceView.java +++ b/android/app/src/main/java/com/github/stenzek/duckstation/EmulationSurfaceView.java @@ -26,7 +26,7 @@ public class EmulationSurfaceView extends SurfaceView { } public static boolean isBindableDevice(InputDevice inputDevice) { - if (inputDevice == null || inputDevice.isVirtual()) + if (inputDevice == null) return false; // Accept all devices with an axis or buttons, filter in events.