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