diff --git a/EnvyUpdate/Util.cs b/EnvyUpdate/Util.cs index c47627e..572ae2d 100644 --- a/EnvyUpdate/Util.cs +++ b/EnvyUpdate/Util.cs @@ -298,7 +298,7 @@ namespace EnvyUpdate { GPUName = obj["VideoProcessor"].ToString().ToLower(); // Remove any 3GB, 6GB or similar from name. We don't need to know the VRAM to get results. - GPUName = Regex.Match(GPUName, "(geforce )?.tx \\w*\\d*").Value; + GPUName = Regex.Match(GPUName, "(geforce )?.tx \\w*\\d*( ti)?").Value; } else GPUName = obj["VideoProcessor"].ToString();