We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SHARUN_ALLOW_SYSVKICD
1 parent 1846439 commit ec2be8aCopy full SHA for ec2be8a
cemu-appimage.sh
@@ -20,11 +20,6 @@ wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
20
chmod +x ./quick-sharun
21
./quick-sharun /usr/bin/cemu
22
23
-# allow the host vulkan to be used for aarch64 given the sad situation
24
-if [ "$ARCH" = 'aarch64' ]; then
25
- echo 'SHARUN_ALLOW_SYS_VKICD=1' >> ./AppDir/.env
26
-fi
27
-
28
# MAKE APPIMAGE WITH URUNTIME
29
wget --retry-connrefused --tries=30 "$URUNTIME" -O ./uruntime2appimage
30
chmod +x ./uruntime2appimage
0 commit comments