mirror of
https://github.com/RPCS3/discord-bot.git
synced 2024-11-27 04:00:34 +00:00
add xeon model check for old cpus
matches everything up to and including broadwell tests: https://regex101.com/r/WNnROT/1
This commit is contained in:
parent
5a802a5b08
commit
4eb701290a
@ -224,6 +224,7 @@ internal static partial class LogParserResult
|
||||
|| cpu.EndsWith('M')
|
||||
|| cpu.Contains('Y')
|
||||
|| cpu[^2] == 'G'
|
||||
|| Regex.IsMatch(cpu, @"Xeon (([EXLW]C?|LV )?\d+|(E\d|AWS)-\d+\w?( (v[2-4]|0))?|D-1.+)( \(ES\))?$", DefaultSingleLine)
|
||||
|| threadCount < 6))
|
||||
notes.Add("⚠ This CPU is too weak and/or too old for PS3 emulation");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user