Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable SSE2 check in the GUI when building ARM.
  • Loading branch information
Sonicadvance1 committed Mar 5, 2013
1 parent 33a13b1 commit 2402383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinWX/Src/Main.cpp
Expand Up @@ -202,6 +202,7 @@ bool DolphinApp::OnInit()
wxHandleFatalExceptions(true);
#endif

#ifndef _M_ARM
// TODO: if First Boot
if (!cpu_info.bSSE2)
{
Expand All @@ -210,6 +211,7 @@ bool DolphinApp::OnInit()
"Sayonara!\n");
return false;
}
#endif

#ifdef _WIN32
if (!wxSetWorkingDirectory(StrToWxStr(File::GetExeDirectory())))
Expand Down

0 comments on commit 2402383

Please sign in to comment.