mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Update Main.cpp version checks.
This commit is contained in:
parent
e631f68c1b
commit
759ea3bce7
2 changed files with 5 additions and 5 deletions
|
@ -241,12 +241,12 @@ bool DolphinApp::OnInit()
|
|||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_7)
|
||||
if (floor(NSAppKitVersionNumber) < NSAppKitVersionNumber10_9)
|
||||
{
|
||||
PanicAlertT("Hi,\n\nDolphin requires Mac OS X 10.7 or greater.\n"
|
||||
PanicAlertT("Hi,\n\nDolphin requires Mac OS X 10.9 or greater.\n"
|
||||
"Unfortunately you're running an old version of OS X.\n"
|
||||
"The last Dolphin version to support OS X 10.6 is Dolphin 3.5\n"
|
||||
"Please upgrade to 10.7 or greater to use the newest Dolphin version.\n\n"
|
||||
"Please upgrade to 10.9 or greater to use the newest Dolphin version.\n\n"
|
||||
"Sayonara!\n");
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue