mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-19 03:51:40 +02:00

This is an Android continuation of bc95c00. We now call InputDetector::Update immediately after receiving an input event from Android instead of periodically calling it in a sleep loop. This improves detection of very short inputs, which are especially likely to occur for volume buttons on phones (or at least on my phone) if you don't intentionally keep them held down.