mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 01:21:17 +00:00
- added detection of macOS Catalina
This commit is contained in:
parent
ed0890c7b6
commit
d90d590484
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ static void I_DetectOS()
|
|||
case 12: name = "macOS Sierra"; break;
|
||||
case 13: name = "macOS High Sierra"; break;
|
||||
case 14: name = "macOS Mojave"; break;
|
||||
case 15: name = "macOS Catalina"; break;
|
||||
}
|
||||
|
||||
char release[16] = "unknown";
|
||||
|
|
Loading…
Reference in a new issue