Skip to content

Commit 0ab4282

Browse files
authored
Merge pull request #3394 from gizmo98/graphics
Add some minor improvements
2 parents b070a36 + ba63efc commit 0ab4282

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

scriptmodules/emulators/retroarch.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,14 @@ function depends_retroarch() {
2121
isPlatform "gles" && ! isPlatform "vero4k" && depends+=(libgles2-mesa-dev)
2222
isPlatform "mesa" && depends+=(libx11-xcb-dev)
2323
isPlatform "mali" && depends+=(mali-fbdev)
24-
isPlatform "x11" && depends+=(libx11-xcb-dev libpulse-dev libvulkan-dev)
24+
isPlatform "x11" && depends+=(libx11-xcb-dev libpulse-dev libvulkan-dev mesa-vulkan-drivers)
2525
isPlatform "vero4k" && depends+=(vero3-userland-dev-osmc zlib1g-dev libfreetype6-dev)
2626
isPlatform "kms" && depends+=(libgbm-dev)
2727

2828
if compareVersions "$__os_debian_ver" ge 9; then
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

scriptmodules/supplementary/configedit.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ function advanced_configedit() {
276276
'Smoothens picture with bilinear filtering. Should be disabled if using pixel shaders.'
277277
'Aspect ratio to use (default unset - will use core aspect if video_aspect_ratio_auto is true)'
278278
'Load video_shader on startup. Other shaders can still be loaded later in runtime.'
279-
'Video shader to use (default none)'
279+
'Video shader to use. Video driver gl supports *.glslp shader presets. Video drivers glcore and vulkan support *.slangp shader presets. (default none)'
280280
'Load input overlay on startup. Other overlays can still be loaded later in runtime.'
281281
'Input overlay to use (default none)'
282282
'Audio driver to use (default is alsathread)'

0 commit comments

Comments
 (0)