mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +00:00
- added detection of macOS Ventura
This commit is contained in:
parent
d2c9a0fcde
commit
cd998edf86
1 changed files with 3 additions and 0 deletions
|
@ -164,6 +164,9 @@ void I_DetectOS()
|
|||
case 12:
|
||||
name = "macOS Monterey";
|
||||
break;
|
||||
case 13:
|
||||
name = "macOS Ventura";
|
||||
break;
|
||||
}
|
||||
|
||||
char release[16] = "unknown";
|
||||
|
|
Loading…
Reference in a new issue