We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca476e commit aa04addCopy full SHA for aa04add
scriptmodules/emulators/retroarch.sh
@@ -29,13 +29,6 @@ function depends_retroarch() {
29
depends+=(libavcodec-dev libavformat-dev libavdevice-dev)
30
fi
31
32
- # only install nvidia-cg-toolkit if it is available (as the non-free repo may not be enabled)
33
- if isPlatform "x86"; then
34
- if [[ -n "$(apt-cache search --names-only nvidia-cg-toolkit)" ]]; then
35
- depends+=(nvidia-cg-toolkit)
36
- fi
37
38
-
39
getDepends "${depends[@]}"
40
}
41
0 commit comments