mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #75] [MERGED] Threads and openorbis stuff part1 #1269
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#1269
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/75
Author: @georgemoralis
Created: 11/18/2023
Status: ✅ Merged
Merged: 11/18/2023
Merged by: @georgemoralis
Base:
main← Head:threads_and_openorbis_stuff_part1📝 Commits (4)
cad5ac3some threadman fixes776a680prefix in libc functions to avoid messing with std ones1316443initial ScePthreadCond works3e8cd57scePthreadCond functions📊 Changes
13 files changed (+292 additions, -128 deletions)
View changed files
📝
src/core/hle/libraries/libc/libc.cpp(+56 -56)📝
src/core/hle/libraries/libc/libc_cxa.cpp(+3 -3)📝
src/core/hle/libraries/libc/libc_cxa.h(+3 -3)📝
src/core/hle/libraries/libc/libc_math.cpp(+8 -8)📝
src/core/hle/libraries/libc/libc_math.h(+8 -8)📝
src/core/hle/libraries/libc/libc_stdio.cpp(+4 -4)📝
src/core/hle/libraries/libc/libc_stdio.h(+4 -4)📝
src/core/hle/libraries/libc/libc_stdlib.cpp(+6 -6)📝
src/core/hle/libraries/libc/libc_stdlib.h(+6 -6)📝
src/core/hle/libraries/libc/libc_string.cpp(+9 -9)📝
src/core/hle/libraries/libc/libc_string.h(+9 -9)📝
src/core/hle/libraries/libkernel/thread_management.cpp(+142 -11)📝
src/core/hle/libraries/libkernel/thread_management.h(+34 -1)📄 Description
some stable code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.