Replace fetchy.c

This commit is contained in:
Јован Ђокић-Шумарац 2021-05-12 14:22:29 +00:00
parent a78aa0a5ad
commit 933ac1fe0f

View file

@ -211,6 +211,10 @@ static char *get_gpu(char *gpu){
fclose(gpuName);
if(strstr(gpu, "VGA")
strcpy(gpu, "CPU's integrated graphics");
return gpu;
}