mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #48] [CLOSED] stubbed function for hello world OpenOrbis (needs pthread_mutex_lock … #1241
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#1241
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/48
Author: @georgemoralis
Created: 10/2/2023
Status: ❌ Closed
Base:
main← Head:hello_world_OpenOrbis📝 Commits (10+)
1eddb3estubbed function for hello world OpenOrbis (needs pthread_mutex_lock first)4fe9d76added scePthreadMutexattrInit,scePthreadMutexattrSettype,scePthreadMutexattrSetprotocol332316bscePthreadMutexLock, scePthreadMutexUnLock8b261b0added debug to mutex callse0cb7f3scePthreadCondInit,scePthreadCondattrInit,scePthreadCondBroadcast6a58c0amissing file3133006partial sceKernelMmap implementation (not sure if it ok)ab76f33POSIX pthread_once0297a39thread keys implementation8e3aa1fsmall fix to keys📊 Changes
6 files changed (+663 additions, -22 deletions)
View changed files
📝
src/Core/PS4/HLE/ErrorCodes.h(+2 -0)📝
src/Core/PS4/HLE/Graphics/video_out.cpp(+12 -0)📝
src/Core/PS4/HLE/Kernel/ThreadManagement.cpp(+282 -7)📝
src/Core/PS4/HLE/Kernel/ThreadManagement.h(+97 -10)📝
src/Core/PS4/HLE/LibKernel.cpp(+236 -3)📝
src/Core/PS4/Linker.cpp(+34 -2)📄 Description
Will implemented the rest of needed stuff here
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.