Remove ARMv7 support.

This commit is contained in:
Ryan Houdek 2015-06-07 22:44:13 -05:00
parent 499478bcad
commit 59e2225f7d
36 changed files with 6 additions and 10619 deletions

View file

@ -42,11 +42,6 @@ public final class CPUSettingsFragment extends PreferenceFragment
cpuCores.setEntries(R.array.emuCoreEntriesARM64);
cpuCores.setEntryValues(R.array.emuCoreValuesARM64);
}
else if (Build.CPU_ABI.contains("arm"))
{
cpuCores.setEntries(R.array.emuCoreEntriesARM);
cpuCores.setEntryValues(R.array.emuCoreValuesARM);
}
else
{
cpuCores.setEntries(R.array.emuCoreEntriesOther);