[PR #671] [MERGED] Reorganization of includes (Part 2) #1703

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/671
Author: @Xphalnos
Created: 8/30/2024
Status: Merged
Merged: 8/30/2024
Merged by: @georgemoralis

Base: mainHead: main


📝 Commits (1)

  • 7886761 Reorganization of includes (Part 2)

📊 Changes

39 files changed (+45 additions, -36 deletions)

View changed files

📝 externals/glslang (+1 -1)
📝 externals/robin-map (+1 -1)
📝 externals/sirit (+1 -1)
📝 externals/toml11 (+1 -1)
📝 externals/xbyak (+1 -1)
📝 src/core/libraries/app_content/app_content.cpp (+4 -5)
📝 src/core/libraries/audio/audioout.cpp (+2 -1)
📝 src/core/libraries/dialogs/error_dialog.cpp (+0 -1)
📝 src/core/libraries/dialogs/ime_dialog.cpp (+0 -1)
📝 src/core/libraries/disc_map/disc_map.cpp (+0 -1)
📝 src/core/libraries/kernel/event_flag/event_flag.cpp (+1 -1)
📝 src/core/libraries/kernel/event_flag/event_flag_obj.cpp (+1 -0)
📝 src/core/libraries/kernel/event_flag/event_flag_obj.h (+2 -0)
📝 src/core/libraries/kernel/event_queue.cpp (+1 -0)
📝 src/core/libraries/kernel/libkernel.h (+1 -0)
📝 src/core/libraries/kernel/memory_management.cpp (+1 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+1 -0)
📝 src/core/libraries/kernel/thread_management.h (+1 -0)
📝 src/core/libraries/kernel/threads/semaphore.cpp (+1 -0)
📝 src/core/libraries/kernel/time_management.cpp (+1 -0)

...and 19 more files

📄 Description

  • Reorganization of includes
  • Remove 3 warnings
  • Submodules updated

🔄 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/671 **Author:** [@Xphalnos](https://github.com/Xphalnos) **Created:** 8/30/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`7886761`](https://github.com/shadps4-emu/shadPS4/commit/7886761476841b335cc5f01be6c3f355f40ca363) Reorganization of includes (Part 2) ### 📊 Changes **39 files changed** (+45 additions, -36 deletions) <details> <summary>View changed files</summary> 📝 `externals/glslang` (+1 -1) 📝 `externals/robin-map` (+1 -1) 📝 `externals/sirit` (+1 -1) 📝 `externals/toml11` (+1 -1) 📝 `externals/xbyak` (+1 -1) 📝 `src/core/libraries/app_content/app_content.cpp` (+4 -5) 📝 `src/core/libraries/audio/audioout.cpp` (+2 -1) 📝 `src/core/libraries/dialogs/error_dialog.cpp` (+0 -1) 📝 `src/core/libraries/dialogs/ime_dialog.cpp` (+0 -1) 📝 `src/core/libraries/disc_map/disc_map.cpp` (+0 -1) 📝 `src/core/libraries/kernel/event_flag/event_flag.cpp` (+1 -1) 📝 `src/core/libraries/kernel/event_flag/event_flag_obj.cpp` (+1 -0) 📝 `src/core/libraries/kernel/event_flag/event_flag_obj.h` (+2 -0) 📝 `src/core/libraries/kernel/event_queue.cpp` (+1 -0) 📝 `src/core/libraries/kernel/libkernel.h` (+1 -0) 📝 `src/core/libraries/kernel/memory_management.cpp` (+1 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+1 -0) 📝 `src/core/libraries/kernel/thread_management.h` (+1 -0) 📝 `src/core/libraries/kernel/threads/semaphore.cpp` (+1 -0) 📝 `src/core/libraries/kernel/time_management.cpp` (+1 -0) _...and 19 more files_ </details> ### 📄 Description - Reorganization of includes - Remove 3 warnings - Submodules updated --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:37 +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#1703
No description provided.