[PR #3747] [MERGED] externals: Update and simplify MoltenVK setup. #3693

Closed
opened 2026-02-27 22:04:39 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3747
Author: @squidbus
Created: 10/23/2025
Status: Merged
Merged: 10/23/2025
Merged by: @georgemoralis

Base: mainHead: mvk-cmake


📝 Commits (1)

  • f11f6e8 externals: Update and simplify MoltenVK setup.

📊 Changes

9 files changed (+12 additions, -113 deletions)

View changed files

📝 .gitmodules (+5 -13)
📝 CMakeLists.txt (+3 -3)
📝 externals/CMakeLists.txt (+2 -0)
externals/MoltenVK (+1 -0)
externals/MoltenVK/CMakeLists.txt (+0 -93)
externals/MoltenVK/MoltenVK (+0 -1)
externals/MoltenVK/SPIRV-Cross (+0 -1)
externals/MoltenVK/cereal (+0 -1)
📝 externals/vulkan-headers (+1 -1)

📄 Description

Updates MoltenVK to latest. Upstream has its own CMake build now, so we can fold our custom script and multiple submodules into just a single MoltenVK submodule.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3747 **Author:** [@squidbus](https://github.com/squidbus) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/23/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `mvk-cmake` --- ### 📝 Commits (1) - [`f11f6e8`](https://github.com/shadps4-emu/shadPS4/commit/f11f6e8454862652797e3d2c29ae3d6b7d2605d8) externals: Update and simplify MoltenVK setup. ### 📊 Changes **9 files changed** (+12 additions, -113 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+5 -13) 📝 `CMakeLists.txt` (+3 -3) 📝 `externals/CMakeLists.txt` (+2 -0) ➕ `externals/MoltenVK` (+1 -0) ➖ `externals/MoltenVK/CMakeLists.txt` (+0 -93) ➖ `externals/MoltenVK/MoltenVK` (+0 -1) ➖ `externals/MoltenVK/SPIRV-Cross` (+0 -1) ➖ `externals/MoltenVK/cereal` (+0 -1) 📝 `externals/vulkan-headers` (+1 -1) </details> ### 📄 Description Updates MoltenVK to latest. Upstream has its own CMake build now, so we can fold our custom script and multiple submodules into just a single MoltenVK submodule. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:04:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#3693
No description provided.