[PR #48] [CLOSED] stubbed function for hello world OpenOrbis (needs pthread_mutex_lock … #1241

Closed
opened 2026-02-27 21:11:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/48
Author: @georgemoralis
Created: 10/2/2023
Status: Closed

Base: mainHead: hello_world_OpenOrbis


📝 Commits (10+)

  • 1eddb3e stubbed function for hello world OpenOrbis (needs pthread_mutex_lock first)
  • 4fe9d76 added scePthreadMutexattrInit,scePthreadMutexattrSettype,scePthreadMutexattrSetprotocol
  • 332316b scePthreadMutexLock, scePthreadMutexUnLock
  • 8b261b0 added debug to mutex calls
  • e0cb7f3 scePthreadCondInit,scePthreadCondattrInit,scePthreadCondBroadcast
  • 6a58c0a missing file
  • 3133006 partial sceKernelMmap implementation (not sure if it ok)
  • ab76f33 POSIX pthread_once
  • 0297a39 thread keys implementation
  • 8e3aa1f small 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/48 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 10/2/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `hello_world_OpenOrbis` --- ### 📝 Commits (10+) - [`1eddb3e`](https://github.com/shadps4-emu/shadPS4/commit/1eddb3e8319518db631bf0714676228ddfb3eb12) stubbed function for hello world OpenOrbis (needs pthread_mutex_lock first) - [`4fe9d76`](https://github.com/shadps4-emu/shadPS4/commit/4fe9d76a7aed6bebddac6395bac2428cb2af5e73) added scePthreadMutexattrInit,scePthreadMutexattrSettype,scePthreadMutexattrSetprotocol - [`332316b`](https://github.com/shadps4-emu/shadPS4/commit/332316b97264bcdcbe6a73147a33edb73af29049) scePthreadMutexLock, scePthreadMutexUnLock - [`8b261b0`](https://github.com/shadps4-emu/shadPS4/commit/8b261b009c358f58b57f41a157f288a661194b69) added debug to mutex calls - [`e0cb7f3`](https://github.com/shadps4-emu/shadPS4/commit/e0cb7f3475422e15b25fcdbee9456099cc1acde1) scePthreadCondInit,scePthreadCondattrInit,scePthreadCondBroadcast - [`6a58c0a`](https://github.com/shadps4-emu/shadPS4/commit/6a58c0ae2b127de4bbec652007627fea876a4df7) missing file - [`3133006`](https://github.com/shadps4-emu/shadPS4/commit/31330069aa81c69ee3f41207f592b7f905bef8b8) partial sceKernelMmap implementation (not sure if it ok) - [`ab76f33`](https://github.com/shadps4-emu/shadPS4/commit/ab76f337333d0b86fd2adae20a794b3cfa3d6e24) POSIX pthread_once - [`0297a39`](https://github.com/shadps4-emu/shadPS4/commit/0297a3952bb1e7a60b433c13f1bf3d9848f7229c) thread keys implementation - [`8e3aa1f`](https://github.com/shadps4-emu/shadPS4/commit/8e3aa1f2dc1dbb7c356df0902a9487e5d7d98ab4) small fix to keys ### 📊 Changes **6 files changed** (+663 additions, -22 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Will implemented the rest of needed stuff here --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1241
No description provided.