mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-02 02:52:30 +02:00
Remove the SSE2 messagebox.
This is no longer required since we don't support x86_32 anymore. x86_64 implies SSE2 support. Also this check was a bit messed up and was hitting on Generic builds.
This commit is contained in:
parent
d159bc9998
commit
5724e4021d
@ -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
Block a user