[tools/windows] fix Windows on ARM installs for vulkan #3201
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!3201
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "install-vulkan-ps1-fix-windows-on-arm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
while we dont support MSVC on ARM64 yet, one day we may, and when that day comes someone will be annoyed their vulkan sdk won't install properly
Signed-off-by: lizzie lizzie@eden-emu.dev
157d6ee13fd4d730b2b0New commits pushed, approval review dismissed automatically according to repository settings
@ -6,2 +6,3 @@: "${VULKAN_ROOT:=C:/VulkanSDK/$VULKAN_SDK_VER}"EXE_FILE="vulkansdk-windows-X64-$VULKAN_SDK_VER.exe"VULKAN_SDK_ARCH="X64"if [[ $(uname) == *"ARM64"* ]]; thenPlease don't use bash-isms, prefer case instead:
m doesn't return ARM64/X64 iirc, it returns x86_64 even on clangarm64
What the fuck
@ -8,0 +7,4 @@VULKAN_SDK_ARCH="X64"if [[ $(uname) == *"ARM64"* ]]; thenVULKAN_SDK_ARCH="ARM64"fiNew commits pushed, approval review dismissed automatically according to repository settings
https://sdk.lunarg.com/sdk/download/1.4.335.0/windows/vulkansdk-windows-X64-1.4.335.0.exe
https://sdk.lunarg.com/sdk/download/1.4.335.0/warm/vulkansdk-windows-ARM64-1.4.335.0.exe
You will additionally have to modify the parameter immediately after the version.
07254bcefbfa9711458dCan we merge it?
Update to 1.4.341.1 while we're at it and it should be good.
fa9711458d8fed4fab668fed4fab661fdd34f2c3