[PR #138] [MERGED] Migrating from third-party to externals #1329

Closed
opened 2026-02-27 21:12:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/138
Author: @Xphalnos
Created: 5/17/2024
Status: Merged
Merged: 5/18/2024
Merged by: @raphaelthegreat

Base: mainHead: main


📝 Commits (4)

📊 Changes

17 files changed (+42 additions, -58 deletions)

View changed files

📝 .github/workflows/linux-qt.yml (+1 -1)
📝 .github/workflows/linux.yml (+3 -3)
📝 .github/workflows/windows-qt.yml (+4 -4)
📝 .github/workflows/windows.yml (+1 -1)
📝 .gitmodules (+12 -16)
📝 CMakeLists.txt (+1 -3)
📝 externals/CMakeLists.txt (+15 -0)
externals/magic_enum (+1 -0)
externals/toml11 (+1 -0)
📝 externals/vulkan-headers (+1 -1)
externals/xxHash (+1 -0)
externals/zydis (+1 -0)
third-party/CMakeLists.txt (+0 -25)
third-party/magic_enum (+0 -1)
third-party/toml11 (+0 -1)
third-party/xxHash (+0 -1)
third-party/zydis (+0 -1)

📄 Description

  • Minor cleanup
  • Rename shadps4 for shadPS4
  • Migrating submodules
  • Update Vulkan-Headers to latest

🔄 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/138 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 5/17/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (4) - [`8c4d6bd`](https://github.com/shadps4-emu/shadPS4/commit/8c4d6bd5beb274d88212d0280e37a850597f65a5) third-party migration to externals - [`976824c`](https://github.com/shadps4-emu/shadPS4/commit/976824c9206b132041b4bbc75478501a38bb1508) Fix - [`eea0117`](https://github.com/shadps4-emu/shadPS4/commit/eea01171fecaca8162c516875ff802e9a1f0b9e7) Lower case for Linux - [`d997211`](https://github.com/shadps4-emu/shadPS4/commit/d99721124b513c577971f02e755bcd4eb9d025c3) Merge branch 'main' of https://github.com/Xphalnos/shadPS4_externals ### 📊 Changes **17 files changed** (+42 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/linux-qt.yml` (+1 -1) 📝 `.github/workflows/linux.yml` (+3 -3) 📝 `.github/workflows/windows-qt.yml` (+4 -4) 📝 `.github/workflows/windows.yml` (+1 -1) 📝 `.gitmodules` (+12 -16) 📝 `CMakeLists.txt` (+1 -3) 📝 `externals/CMakeLists.txt` (+15 -0) ➕ `externals/magic_enum` (+1 -0) ➕ `externals/toml11` (+1 -0) 📝 `externals/vulkan-headers` (+1 -1) ➕ `externals/xxHash` (+1 -0) ➕ `externals/zydis` (+1 -0) ➖ `third-party/CMakeLists.txt` (+0 -25) ➖ `third-party/magic_enum` (+0 -1) ➖ `third-party/toml11` (+0 -1) ➖ `third-party/xxHash` (+0 -1) ➖ `third-party/zydis` (+0 -1) </details> ### 📄 Description - Minor cleanup - Rename shadps4 for shadPS4 - Migrating submodules - Update Vulkan-Headers to latest --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:07 +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#1329
No description provided.