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

MoltenVK: Add patch to resolve a crash on macOS Mojave #11010

Merged
merged 1 commit into from Aug 27, 2022

Conversation

OatmealDome
Copy link
Member

@OatmealDome OatmealDome commented Aug 23, 2022

MoltenVK v1.1.11 attempts to access an API only available on macOS Catalina and newer. This patch ensures it only attempts to access the API on macOS versions that supports it. (Because I'd rather not migrate to using an 'unstable' revision of MoltenVK, I "cherry picked" the GitHub-generated patch file from KhronosGroup/MoltenVK#1690 into our patches folder so our patching system will apply it. This file should be removed when updating to the next MoltenVK version.)

@OatmealDome OatmealDome marked this pull request as ready for review August 23, 2022 23:37
@JosJuice JosJuice merged commit 32ea725 into dolphin-emu:master Aug 27, 2022
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants