mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-25 05:21:02 +00:00
- added detection of macOS Mojave
This commit is contained in:
parent
245801ca17
commit
a968aeba8a
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ static void I_DetectOS()
|
|||
case 11: name = "OS X El Capitan"; break;
|
||||
case 12: name = "macOS Sierra"; break;
|
||||
case 13: name = "macOS High Sierra"; break;
|
||||
case 14: name = "macOS Mojave"; break;
|
||||
}
|
||||
|
||||
char release[16] = "unknown";
|
||||
|
|
Loading…
Reference in a new issue