cpu detection seems broken on AMD - temporarily removed block
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@185 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
d6700ebd1f
commit
e4e1fda2e4
|
@ -45,13 +45,14 @@ bool DolphinApp::OnInit()
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
// TODO: if First Boot
|
// TODO: if First Boot
|
||||||
|
/*
|
||||||
if (!cpu_info.bSSE2)
|
if (!cpu_info.bSSE2)
|
||||||
{
|
{
|
||||||
MessageBox(0, _T("Hi,\n\nDolphin requires that your CPU has support for SSE2 extensions.\n"
|
MessageBox(0, _T("Hi,\n\nDolphin requires that your CPU has support for SSE2 extensions.\n"
|
||||||
"Unfortunately your CPU does not support them, so Dolphin will not run.\n\n"
|
"Unfortunately your CPU does not support them, so Dolphin will not run.\n\n"
|
||||||
"Sayonara!\n"), "Dolphin", MB_ICONINFORMATION);
|
"Sayonara!\n"), "Dolphin", MB_ICONINFORMATION);
|
||||||
return false;
|
return false;
|
||||||
}
|
}*/
|
||||||
/*
|
/*
|
||||||
#ifdef _M_IX86
|
#ifdef _M_IX86
|
||||||
if (cpu_info.CPU64bit && cpu_info.OS64bit)
|
if (cpu_info.CPU64bit && cpu_info.OS64bit)
|
||||||
|
|
Loading…
Reference in New Issue