dolphin/Source/Android/jni
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
..
AndroidCommon Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
Cheats Android: Convert GeckoCheat to Kotlin 2023-03-01 13:35:14 -05:00
Config Integrate "Ignore for this session" better with config system 2022-09-24 13:03:45 +02:00
GameList Android: Make more meticulous use of DeleteLocalRef 2022-12-27 22:03:44 +01:00
Input Android: Change how the overlay controller setting works 2023-03-07 17:39:34 +01:00
CMakeLists.txt Android: Add the advanced input mapping dialog 2023-03-07 17:39:30 +01:00
IniFile.cpp
MainAndroid.cpp Android: Change how the overlay controller setting works 2023-03-07 17:39:34 +01:00
RiivolutionPatches.cpp Android: Add Riivolution patch configuration 2021-10-30 23:24:37 +02:00
SkylanderConfig.cpp Android: Add Skylanders Portal 2023-02-02 21:16:14 +13:00
WiiUtils.cpp Common/FatFsUtil: Add callback for cancelling SD card conversion. 2023-02-28 20:31:51 +01:00