mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #61] [MERGED] core: Switch threading primitives to STL types #1254
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1254
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:stl-threads📝 Commits (2)
e2b1b05core: Switch to std threading primitivesba299c4core: 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.