mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
Added name of upcoming macOS to OS detection
This commit is contained in:
parent
42fedd0f4c
commit
925274ca0c
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ static void I_DetectOS()
|
|||
case 10: name = "OS X Yosemite"; break;
|
||||
case 11: name = "OS X El Capitan"; break;
|
||||
case 12: name = "macOS Sierra"; break;
|
||||
case 13: name = "macOS High Sierra"; break;
|
||||
}
|
||||
|
||||
char release[16] = "unknown";
|
||||
|
|
Loading…
Reference in a new issue