Skip to content

Commit aa04add

Browse files
committed
retroarch: remove nvidia-cg-toolkit installation
It is no longer necessary to convert CG shaders to GLSL. CG is deprecated. Libretro has repos with GLSL and slang shaders now.
1 parent 4ca476e commit aa04add

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scriptmodules/emulators/retroarch.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,6 @@ function depends_retroarch() {
2929
depends+=(libavcodec-dev libavformat-dev libavdevice-dev)
3030
fi
3131

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-
fi
38-
3932
getDepends "${depends[@]}"
4033
}
4134

0 commit comments

Comments
 (0)