Merge pull request #592 from justingallagher/fixgpuunknown

Set GPU to Not Found if Intel check fails
This commit is contained in:
darealshinji
2018-10-26 11:53:46 +02:00
committed by GitHub

View File

@@ -1609,7 +1609,7 @@ DetectIntelGPU() {
gpu="intel"
;;
*)
gpu="Unknown"
gpu="Not Found"
;;
esac