mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Disable SSE2 check in the GUI when building ARM.
This commit is contained in:
@ -202,6 +202,7 @@ bool DolphinApp::OnInit()
|
|||||||
wxHandleFatalExceptions(true);
|
wxHandleFatalExceptions(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef _M_ARM
|
||||||
// TODO: if First Boot
|
// TODO: if First Boot
|
||||||
if (!cpu_info.bSSE2)
|
if (!cpu_info.bSSE2)
|
||||||
{
|
{
|
||||||
@ -210,6 +211,7 @@ bool DolphinApp::OnInit()
|
|||||||
"Sayonara!\n");
|
"Sayonara!\n");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (!wxSetWorkingDirectory(StrToWxStr(File::GetExeDirectory())))
|
if (!wxSetWorkingDirectory(StrToWxStr(File::GetExeDirectory())))
|
||||||
|
Reference in New Issue
Block a user