[PR #61] [MERGED] core: Switch threading primitives to STL types #1254

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/61
Author: @raphaelthegreat
Created: 10/22/2023
Status: Merged
Merged: 10/22/2023
Merged by: @georgemoralis

Base: mainHead: stl-threads


📝 Commits (2)

  • e2b1b05 core: Switch to std threading primitives
  • ba299c4 core: Remove Timer in favour of std::chrono

📊 Changes

26 files changed (+105 additions, -474 deletions)

View changed files

📝 CMakeLists.txt (+1 -3)
📝 src/Core/PS4/GPU/gpu_memory.cpp (+3 -3)
📝 src/Core/PS4/GPU/gpu_memory.h (+2 -1)
📝 src/Core/PS4/GPU/tile_manager.cpp (+3 -3)
📝 src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp (+36 -34)
📝 src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h (+11 -9)
📝 src/Core/PS4/HLE/Graphics/graphics_ctx.h (+3 -4)
📝 src/Core/PS4/HLE/Graphics/graphics_render.cpp (+2 -20)
📝 src/Core/PS4/HLE/Graphics/video_out.cpp (+1 -1)
📝 src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp (+12 -15)
📝 src/Core/PS4/HLE/Kernel/Objects/event_queue.h (+4 -3)
📝 src/Core/PS4/HLE/Kernel/Objects/physical_memory.cpp (+2 -2)
📝 src/Core/PS4/HLE/Kernel/Objects/physical_memory.h (+2 -2)
📝 src/Core/PS4/HLE/LibKernel.cpp (+1 -0)
📝 src/Core/PS4/Linker.cpp (+1 -1)
📝 src/Core/PS4/Linker.h (+2 -2)
📝 src/Emulator/Host/controller.cpp (+2 -2)
📝 src/Emulator/Host/controller.h (+2 -2)
src/Lib/Threads.cpp (+0 -79)
src/Lib/Threads.h (+0 -131)

...and 6 more files

📄 Description

No description provided


🔄 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/61 **Author:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Created:** 10/22/2023 **Status:** ✅ Merged **Merged:** 10/22/2023 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `stl-threads` --- ### 📝 Commits (2) - [`e2b1b05`](https://github.com/shadps4-emu/shadPS4/commit/e2b1b059edce556fd3e9890ede7a0d97e4ce4216) core: Switch to std threading primitives - [`ba299c4`](https://github.com/shadps4-emu/shadPS4/commit/ba299c4c0097af2f6297bd086362aba4b477280d) core: Remove Timer in favour of std::chrono ### 📊 Changes **26 files changed** (+105 additions, -474 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+1 -3) 📝 `src/Core/PS4/GPU/gpu_memory.cpp` (+3 -3) 📝 `src/Core/PS4/GPU/gpu_memory.h` (+2 -1) 📝 `src/Core/PS4/GPU/tile_manager.cpp` (+3 -3) 📝 `src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.cpp` (+36 -34) 📝 `src/Core/PS4/HLE/Graphics/Objects/video_out_ctx.h` (+11 -9) 📝 `src/Core/PS4/HLE/Graphics/graphics_ctx.h` (+3 -4) 📝 `src/Core/PS4/HLE/Graphics/graphics_render.cpp` (+2 -20) 📝 `src/Core/PS4/HLE/Graphics/video_out.cpp` (+1 -1) 📝 `src/Core/PS4/HLE/Kernel/Objects/event_queue.cpp` (+12 -15) 📝 `src/Core/PS4/HLE/Kernel/Objects/event_queue.h` (+4 -3) 📝 `src/Core/PS4/HLE/Kernel/Objects/physical_memory.cpp` (+2 -2) 📝 `src/Core/PS4/HLE/Kernel/Objects/physical_memory.h` (+2 -2) 📝 `src/Core/PS4/HLE/LibKernel.cpp` (+1 -0) 📝 `src/Core/PS4/Linker.cpp` (+1 -1) 📝 `src/Core/PS4/Linker.h` (+2 -2) 📝 `src/Emulator/Host/controller.cpp` (+2 -2) 📝 `src/Emulator/Host/controller.h` (+2 -2) ➖ `src/Lib/Threads.cpp` (+0 -79) ➖ `src/Lib/Threads.h` (+0 -131) _...and 6 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:49 +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#1254
No description provided.