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:
hrydgard 2008-08-12 23:54:16 +00:00
parent d6700ebd1f
commit e4e1fda2e4
1 changed files with 2 additions and 1 deletions

View File

@ -45,13 +45,14 @@ bool DolphinApp::OnInit()
#ifdef _WIN32
// TODO: if First Boot
/*
if (!cpu_info.bSSE2)
{
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"
"Sayonara!\n"), "Dolphin", MB_ICONINFORMATION);
return false;
}
}*/
/*
#ifdef _M_IX86
if (cpu_info.CPU64bit && cpu_info.OS64bit)