mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-02-28 05:35:36 +00:00
add macos sequoia version
This commit is contained in:
parent
d6688fd0c4
commit
10a5a02d80
@ -1032,13 +1032,14 @@ internal static partial class LogParserResult
|
||||
13 => "macOS High Sierra",
|
||||
14 => "macOS Mojave",
|
||||
15 => "macOS Catalina",
|
||||
_ => null,
|
||||
_ => "Unknown Apple OS",
|
||||
},
|
||||
11 => "macOS Big Sur",
|
||||
12 => "macOS Monterey",
|
||||
13 => "macOS Ventura",
|
||||
14 => "macOS Sonoma",
|
||||
_ => null,
|
||||
15 => "macOS Sequoia",
|
||||
_ => "Unknown Apple OS",
|
||||
};
|
||||
|
||||
internal static bool IsAmd(string gpuInfo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user