mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #71] [MERGED] Undertale-mutexes #1262
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#1262
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/71
Author: @georgemoralis
Created: 11/10/2023
Status: ✅ Merged
Merged: 11/12/2023
Merged by: @georgemoralis
Base:
main← Head:undertale📝 Commits (10+)
86bc2d4moved thread_management to proper package91885e8added sceMutexInit functionsa10af46some refactoring on thread class11edfecsome dummy mutexlock-unlock7fcea32some mutexlock , mutexunlock implementations5f825fcimplemented posix error return codesdbaf38dmutex debugging log402ee7dinit mutex if it doesn't exist when trying to lock (found in openorbis)7f0cf87improved mutex creation7e6c741added sceSystemServiceGetStatus📊 Changes
12 files changed (+677 additions, -202 deletions)
View changed files
📝
CMakeLists.txt(+2 -2)📝
src/core/hle/error_codes.h(+226 -5)➖
src/core/hle/kernel/thread_management.cpp(+0 -122)➖
src/core/hle/kernel/thread_management.h(+0 -42)📝
src/core/hle/libraries/libkernel/libkernel.cpp(+14 -11)📝
src/core/hle/libraries/libkernel/libkernel.h(+3 -1)➕
src/core/hle/libraries/libkernel/thread_management.cpp(+300 -0)➕
src/core/hle/libraries/libkernel/thread_management.h(+89 -0)📝
src/core/hle/libraries/libsystemservice/system_service.cpp(+17 -4)📝
src/core/hle/libraries/libsystemservice/system_service.h(+12 -1)📝
src/core/linker.cpp(+2 -2)📝
src/main.cpp(+12 -12)📄 Description
Some work on pthread mutexes based on debugging undertale game . Unfinished
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.