Replace fetchy.c
This commit is contained in:
parent
a78aa0a5ad
commit
933ac1fe0f
1 changed files with 4 additions and 0 deletions
4
fetchy.c
4
fetchy.c
|
@ -211,6 +211,10 @@ static char *get_gpu(char *gpu){
|
|||
|
||||
fclose(gpuName);
|
||||
|
||||
|
||||
if(strstr(gpu, "VGA")
|
||||
strcpy(gpu, "CPU's integrated graphics");
|
||||
|
||||
return gpu;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue