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.
SHARUN_ALLOW_SYSVKICD
1 parent 56a5a90 commit 4372165Copy full SHA for 4372165
dolphin-emu-appimage.sh
@@ -32,11 +32,6 @@ if [ "$DEVEL" = 'true' ]; then
32
UPINFO="$(echo "$UPINFO" | sed 's|latest|nightly|')"
33
fi
34
35
-# allow the host vulkan to be used for aarch64 given the sad situation
36
-if [ "$ARCH" = 'aarch64' ]; then
37
- echo 'SHARUN_ALLOW_SYS_VKICD=1' >> ./AppDir/.env
38
-fi
39
-
40
# MAKE APPIMAGE WITH URUNTIME
41
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
42
chmod +x ./uruntime2appimage
0 commit comments