mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-22 19:01:12 +00:00
- added detection of macOS 14
This commit is contained in:
parent
170cc8d7ba
commit
3ddf72104b
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ void I_DetectOS()
|
|||
case 13:
|
||||
name = "Ventura";
|
||||
break;
|
||||
case 14:
|
||||
name = "Sonoma";
|
||||
break;
|
||||
}
|
||||
|
||||
char release[16] = "unknown";
|
||||
|
|
Loading…
Reference in a new issue