Android: showMotionControlsOptions cleanup

This commit is contained in:
Ryan Meredith 2020-10-28 06:17:11 -04:00
parent df4cef44fd
commit cc53249591
1 changed files with 1 additions and 4 deletions

View File

@ -868,10 +868,7 @@ public final class EmulationActivity extends AppCompatActivity
{
IntSetting.MAIN_MOTION_CONTROLS.setInt(mSettings, indexSelected);
if (indexSelected != 2)
mMotionListener.enable();
else
mMotionListener.disable();
updateMotionListener();
File wiimoteNewFile = SettingsFile.getSettingsFile(Settings.FILE_WIIMOTE);
IniFile wiimoteNewIni = new IniFile(wiimoteNewFile);