change wording for lowest tier cpu notes

This commit is contained in:
13xforever
2025-07-15 19:45:18 +05:00
parent 1e0e62c9ad
commit e7e92aaacd

View File

@@ -201,7 +201,7 @@ internal static partial class LogParserResult
("C", _) => " This is a [**C** Tier](<https://rpcs3.net/cputierlist>) CPU",
("D", "Playable") => "⚠️ This is a [**D** Tier](<https://rpcs3.net/cputierlist>) CPU, which is below the recommended system requirements",
("D", _) => "⚠️ This is a [**D** Tier](<https://rpcs3.net/cputierlist>) CPU, please stick to the lighter playable game titles",
_ => $" This is an [**{tier}** Tier](<https://rpcs3.net/cputierlist>) CPU, which is below the minimum system requirements",
_ => $" This is an [**{tier}** Tier](<https://rpcs3.net/cputierlist>) CPU, which is far below the recommended system requirements",
};
if (msg is {Length: >0})
{