mirror of
https://github.com/RPCS3/discord-bot.git
synced 2025-03-03 15:29:22 +00:00
apparently older cpus didn't have Intel in their model string or smthng
This commit is contained in:
parent
79045c7e77
commit
bc21a3954d
@ -270,7 +270,7 @@ namespace CompatBot.Utils.ResultFormatters
|
||||
notes.Add("⚠ AMD CPUs before Ryzen are too weak for PS3 emulation");
|
||||
}
|
||||
|
||||
if (cpu.StartsWith("Intel"))
|
||||
if (cpu.StartsWith("Intel") || cpu.StartsWith("Pentium"))
|
||||
{
|
||||
if (!items["cpu_extensions"].Contains("TSX")
|
||||
&& (cpu.Contains("Core2")
|
||||
|
Loading…
x
Reference in New Issue
Block a user