mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-01-31 01:25:22 +01:00
fix another cpu tier misdetection
This commit is contained in:
@@ -75,11 +75,11 @@ public class CpuTierListGenerator: IIncrementalGenerator
|
||||
);
|
||||
*/
|
||||
result.AppendLine($"""
|
||||
private static readonly Regex Model{idx++} = new(@"{line}", DefaultOptions);
|
||||
private static readonly Regex Model{idx++} = new(@"\b{line}", DefaultOptions);
|
||||
"""
|
||||
);
|
||||
}
|
||||
result.AppendLine($"""
|
||||
result.AppendLine("""
|
||||
|
||||
public static readonly List<(string model, string tier, Regex regex)> List = [
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user