Skip to content

Commit 4372165

Browse files
authored
SHARUN_ALLOW_SYSVKICD is now handled automatically
1 parent 56a5a90 commit 4372165

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

dolphin-emu-appimage.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ if [ "$DEVEL" = 'true' ]; then
3232
UPINFO="$(echo "$UPINFO" | sed 's|latest|nightly|')"
3333
fi
3434

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-
4035
# MAKE APPIMAGE WITH URUNTIME
4136
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
4237
chmod +x ./uruntime2appimage

0 commit comments

Comments
 (0)