mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Disable SSE2 check in the GUI when building ARM.
This commit is contained in:
parent
33a13b1a37
commit
240238308c
1 changed files with 2 additions and 0 deletions
|
@ -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())))
|
||||
|
|
Loading…
Add table
Reference in a new issue