Fully unlink joystick config from compat & custom
This commit is contained in:
parent
612928fedf
commit
159d554c7d
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue