Merge pull request #903 from Sonicadvance1/remove-sse2-message
Remove the SSE2 messagebox.
This commit is contained in:
commit
af79d28cfa
|
@ -244,16 +244,6 @@ bool DolphinApp::OnInit()
|
||||||
wxHandleFatalExceptions(true);
|
wxHandleFatalExceptions(true);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _M_ARM
|
|
||||||
// TODO: if First Boot
|
|
||||||
if (!cpu_info.bSSE2)
|
|
||||||
{
|
|
||||||
PanicAlertT("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");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_7)
|
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_7)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue