dolphin/Source/Android/jni/Input
JosJuice 1b55d7c594 Android: Change how the overlay controller setting works
Up until now, there have been two settings on Android that stored the
selected Wii Remote extension: the normal one that's also used on PC,
and a SharedPreferences one that's used by the overlay controls to
determine what controls to show. It is possible for these two to end up
out of sync, and my input changes have made that more likely to happen.

To fix this, let's rework how the overlay controller setting works.
We don't want it to encode the currently selected Wii Remote extension.
However, we can't simply get rid of the setting, because for some Wii
games we need the ability to switch between a GameCube controller and a
Wii Remote. What this commit does is give the user the option to select
any of the 4 GameCube controllers and any of the 4 Wii Remotes. (Before,
controllers 2-4 weren't available in the overlay.) Could be useful for
things like the Psycho Mantis fight in Metal Gear Solid. I'm also
switching from SharedPreferences to Dolphin.ini while I'm at it.
2023-03-07 17:39:34 +01:00
..
Control.cpp Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
Control.h Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
ControlGroup.cpp Android: Implement enabling/disabling control groups 2023-03-03 22:28:24 +01:00
ControlGroup.h Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
ControlReference.cpp Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
ControlReference.h Android: Add new input mapping implementation 2023-03-03 22:28:24 +01:00
CoreDevice.cpp Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
CoreDevice.h Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
EmulatedController.cpp Android: Change how the overlay controller setting works 2023-03-07 17:39:34 +01:00
EmulatedController.h Android: Add input device selection 2023-03-03 22:28:24 +01:00
InputOverrider.cpp Android: Use input override system for touch controls 2022-10-03 22:04:09 +02:00
MappingCommon.cpp Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
NumericSetting.cpp Android: Add extension selection 2023-03-03 22:28:24 +01:00
NumericSetting.h Android: Add NumericSetting support 2023-03-03 22:28:24 +01:00