dolphin/Source/Android/app/src/main
JosJuice e2e33becc9 Android: Detect GCAdapter connection using BroadcastReceiver
We can register a BroadcastReceiver to have Android tell us when a GC
adapter gets connected instead of having a loop where we continuously
call SleepCurrentThread(1000) and poll the current status. When waiting
for a GC adapter to connect, this both reduces power usage and improves
responsiveness.

Note that I made openAdapter get the UsbDevice that's been stored by the
hotplug code instead of having openAdapter find the UsbDevice on its own
like before. This is only because I want to ensure that the UsbDevice
being tracked for disconnection is the same as the UsbDevice actually
being used, in case the user has multiple adapters connected.
2025-07-27 11:21:04 +02:00
..
java/org/dolphinemu/dolphinemu Android: Detect GCAdapter connection using BroadcastReceiver 2025-07-27 11:21:04 +02:00
res Android: Show input indicators in controller settings 2025-06-07 10:20:20 +02:00
AndroidManifest.xml Android: Add android.hardware.microphone to manifest 2025-06-04 21:30:51 +02:00