diff --git a/Source/Core/DolphinWX/Src/Main.cpp b/Source/Core/DolphinWX/Src/Main.cpp index 09387f2764..37311c84bf 100644 --- a/Source/Core/DolphinWX/Src/Main.cpp +++ b/Source/Core/DolphinWX/Src/Main.cpp @@ -202,6 +202,7 @@ bool DolphinApp::OnInit() wxHandleFatalExceptions(true); #endif +#ifndef _M_ARM // TODO: if First Boot if (!cpu_info.bSSE2) { @@ -210,6 +211,7 @@ bool DolphinApp::OnInit() "Sayonara!\n"); return false; } +#endif #ifdef _WIN32 if (!wxSetWorkingDirectory(StrToWxStr(File::GetExeDirectory())))