Issue #2022 - Part 2 - Add Ventura version detection. Also add Monterey and Ventura to the graphics driver blocklist.

This commit is contained in:
Brian Smith 2022-10-24 23:47:42 -05:00 committed by roytam1
commit 70727d0a0b
5 changed files with 63 additions and 8 deletions

View file

@ -26,6 +26,7 @@ public:
static bool OnCatalinaOrLater();
static bool OnBigSurOrLater();
static bool OnMontereyOrLater();
static bool OnVenturaOrLater();
static bool IsAtLeastVersion(int32_t aMajor, int32_t aMinor, int32_t aBugFix=0);