renderer_vulkan: Support loading Vulkan layers on macOS SDL build. (#2832)

This commit is contained in:
squidbus 2025-04-23 01:10:03 -07:00 committed by GitHub
parent ee7fe305c9
commit 53ca64f6ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 58 additions and 45 deletions

View file

@ -205,8 +205,8 @@ jobs:
run: |
mkdir upload
mv ${{github.workspace}}/build/shadps4 upload
cp ${{github.workspace}}/build/externals/MoltenVK/libMoltenVK.dylib upload
install_name_tool -add_rpath "@executable_path" upload/shadps4
mv ${{github.workspace}}/build/MoltenVK_icd.json upload
mv ${{github.workspace}}/build/libMoltenVK.dylib upload
- uses: actions/upload-artifact@v4
with:
name: shadps4-macos-sdl-${{ needs.get-info.outputs.date }}-${{ needs.get-info.outputs.shorthash }}