Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Update MoltenVK and fix missing add_dependencies for copy. #1970

Merged
merged 2 commits into from
Dec 29, 2024

Conversation

squidbus
Copy link
Collaborator

Missed this before and caught it in a CI run in my fork today without cache. Apparently this target dependency needs to be added for it to know how to make the dylib file, adding the file dependency to the copy command isn't enough alone.

@squidbus
Copy link
Collaborator Author

Added in an update to MoltenVK while I'm at it, includes a fix for an incorrect texture atomics error on M1 family GPUs.

@squidbus squidbus changed the title build: Fix missing add_dependencies for MoltenVK copy target. build: Update MoltenVK and fix missing add_dependencies for copy. Dec 29, 2024
@raphaelthegreat raphaelthegreat merged commit da9e45b into shadps4-emu:main Dec 29, 2024
10 checks passed
Younes-Bel pushed a commit to Younes-Bel/shadPS4 that referenced this pull request Dec 29, 2024
…adps4-emu#1970)

* build: Fix missing add_dependencies for MoltenVK copy target.

* externals: Update MoltenVK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants