[v0.22] Small various fixes
This commit is contained in:
@@ -43,7 +43,7 @@ struct gpu_info* get_gpu_info_intel() {
|
||||
bool print_gpu_intel(struct gpu_info* gpu) {
|
||||
if(gpu->vendor != GPU_VENDOR_INTEL) return false;
|
||||
|
||||
printf("Intel %s\n", gpu->name);
|
||||
printf("%s\n", gpu->name);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user