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

@ -26,8 +26,6 @@ GeneralConfigPane::GeneralConfigPane(wxWindow* parent, wxWindowID id)
#ifdef _M_X86_64
{ 1, _("JIT Recompiler (recommended)") },
{ 2, _("JITIL Recompiler (slower, experimental)") },
#elif defined(_M_ARM_32)
{ 3, _("Arm JIT (experimental)") },
#elif defined(_M_ARM_64)
{ 4, _("Arm64 JIT (experimental)") },
#endif