Commit e5aaeee6 authored by Dylan Araps's avatar Dylan Araps

GPU: Fix wrong AMD GPU detected

parent 206b961e
......@@ -932,7 +932,6 @@ get_gpu() {
gpu="${gpu/'[AMD]' }"
gpu="${gpu/*\[}"
gpu="${gpu/\]*}"
gpu="${gpu/\/*}"
gpu="AMD $gpu"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment