mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-02 06:36:14 +00:00
add a note for very low-thread cpus
This commit is contained in:
parent
9b38bdfbe2
commit
edbbc76fff
@ -527,6 +527,8 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
notes.Add("⚠ This CPU is too old and/or too weak for PS3 emulation");
|
||||
}
|
||||
}
|
||||
if (int.TryParse(items["thread_count"], out var threadCount) && threadCount < 4)
|
||||
notes.Add($"❌ This CPU only has {threadCount} hardware thread{(threadCount == 1 ? "" : "s")} enabled");
|
||||
|
||||
var supportedGpu = true;
|
||||
Version oglVersion = null;
|
||||
|
Loading…
x
Reference in New Issue
Block a user