mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #27] [MERGED] Pthreads #1222
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#1222
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/27
Author: @georgemoralis
Created: 7/20/2023
Status: ✅ Merged
Merged: 7/20/2023
Merged by: @georgemoralis
Base:
main← Head:pthreads📝 Commits (10+)
3d073e2added winpthread library5180a28updates submodules to latestc3eb515fixed winpthread linkingf03c1a5initial thread management filesce95520some pthread work nothing excitingdd46d27Merge pull request #1 from wheremyfoodat/pthreadz165c6d5Update .gitignorebb2de74Fix compilation error maybe03892b5Merge pull request #25 from wheremyfoodat/maincc59608more pthread progress added init for main Thread📊 Changes
18 files changed (+241 additions, -20 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.gitmodules(+4 -0)📝
CMakeLists.txt(+5 -3)➕
src/Core/PS4/HLE/ErrorCodes.h(+5 -0)➕
src/Core/PS4/HLE/Kernel/ThreadManagement.cpp(+131 -0)➕
src/Core/PS4/HLE/Kernel/ThreadManagement.h(+42 -0)📝
src/Core/PS4/HLE/LibC.cpp(+6 -5)📝
src/Core/PS4/Linker.cpp(+24 -0)📝
src/Core/PS4/Linker.h(+8 -1)📝
src/main.cpp(+5 -4)📝
third-party/CMakeLists.txt(+3 -1)📝
third-party/SDL(+1 -1)📝
third-party/fmt(+1 -1)📝
third-party/imgui(+1 -1)📝
third-party/magic_enum(+1 -1)📝
third-party/spdlog(+1 -1)➕
third-party/winpthread(+1 -0)📝
third-party/zydis(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.