diff --git a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs index cb5ed515..1abf7f57 100644 --- a/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs +++ b/CompatBot/Utils/ResultFormatters/LogParserResultFormatter.cs @@ -26,7 +26,7 @@ internal static partial class LogParserResult // RPCS3 v0.0.18-local_build Alpha | local_build [GeneratedRegex(@"RPCS3 v(?(?(\d|\.)+)(-(?\d+))?-(?[0-9a-z_]+|unknown))( (?\w+))?( \| (?[^|\r\n]+))?( \| Firmware version: (?[^|\r\n]+))?( \| (?.*))?\r?$", DefaultSingleLine)] private static partial Regex BuildInfoInLog(); - [GeneratedRegex(@"(\d{1,2}(th|rd|nd|st) Gen)?(?[^|@]+?)\s*(((CPU\s*)?@\s*(?.+)\s*GHz\s*)|((APU with|(with )?Radeon|R\d, \d+ Compute) [^|]+)|((\w+[\- ]Core )?Processor))?\s* \| (?\d+) Threads \| (?[0-9\.\,]+) GiB RAM( \| TSC: (?\S+))?( \| (?.*?))?\r?$", DefaultSingleLine)] + [GeneratedRegex(@"(\d{1,2}(th|rd|nd|st) Gen)?(?[^|@]+?)\s*(((CPU\s*)?@\s*(?.+)\s*GHz\s*)|((APU with|((with|w/) )?Radeon|R\d, \d+ Compute) [^|]+)|((\w+[\- ]Core )?Processor))?\s* \| (?\d+) Threads \| (?[0-9\.\,]+) GiB RAM( \| TSC: (?\S+))?( \| (?.*?))?\r?$", DefaultSingleLine)] private static partial Regex CpuInfoInLog(); [GeneratedRegex(@"(?\d+\.\d+\.\d+)", DefaultSingleLine)] private static partial Regex LinuxKernelVersion();