Fully unlink joystick config from compat & custom

This commit is contained in:
TwistedUmbrella 2014-11-15 14:38:19 -05:00
parent 612928fedf
commit 159d554c7d
1 changed files with 0 additions and 7 deletions

View File

@ -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());