Skip to content

Commit d18688e

Browse files
authored
allow host vulkan in aarch64
1 parent 68c6a01 commit d18688e

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cemu-appimage.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ wget --retry-connrefused --tries=30 "$SHARUN" -O ./quick-sharun
2020
chmod +x ./quick-sharun
2121
./quick-sharun /usr/bin/cemu
2222

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

0 commit comments

Comments
 (0)