mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Android: Fix Wii bindings resetting everything
This commit is contained in:
parent
3cfc49a613
commit
8647639746
1 changed files with 0 additions and 2 deletions
|
@ -403,8 +403,6 @@ public final class SettingsFragmentPresenter
|
|||
|
||||
private void addWiimoteSubSettings(ArrayList<SettingsItem> sl, int wiimoteNumber)
|
||||
{
|
||||
mSettings.get(SettingsFile.SETTINGS_DOLPHIN).put(SettingsFile.SECTION_BINDINGS, new SettingSection(SettingsFile.SECTION_BINDINGS));
|
||||
|
||||
IntSetting extension = null;
|
||||
Setting bindA = null;
|
||||
Setting bindB = null;
|
||||
|
|
Loading…
Add table
Reference in a new issue