mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-19 13:57:26 -05:00
To fix the crash in input device sensor handling, we should look up Sensors using structural equality. Unfortunately, Sensor.equals implements referential equality, and HashMap doesn't let us provide a custom comparator. Because the number of sensors is relatively small, and because we have a reason to keep a sorted list of sensors around anyway, let's switch from HashMap to ArrayList. |
||
|---|---|---|
| .. | ||
| java/org/dolphinemu/dolphinemu | ||
| res | ||
| AndroidManifest.xml | ||