diff --git a/shell/android/src/com/reicast/emulator/config/InputModFragment.java b/shell/android/src/com/reicast/emulator/config/InputModFragment.java index ea465e02a..2f4a25f19 100644 --- a/shell/android/src/com/reicast/emulator/config/InputModFragment.java +++ b/shell/android/src/com/reicast/emulator/config/InputModFragment.java @@ -145,18 +145,11 @@ public class InputModFragment extends Fragment { .commit(); if (isChecked) { selectController(); - switchJoystickDpadEnabled.setEnabled(true); - } else if (!switchCompatibilityEnabled.isChecked()) { - switchJoystickDpadEnabled.setEnabled(false); } } }; switchCompatibilityEnabled.setOnCheckedChangeListener(compat_mode); - - if (!switchModifiedLayoutEnabled.isChecked() && !switchCompatibilityEnabled.isChecked()) { - switchJoystickDpadEnabled.setEnabled(false); - } mKey = new mapKeyCode(getActivity());