We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aarch64
1 parent 68c6a01 commit d18688eCopy full SHA for d18688e
1 file changed
cemu-appimage.sh
@@ -20,6 +20,11 @@ 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