[PR #75] [MERGED] Threads and openorbis stuff part1 #1269

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

📋 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: mainHead: threads_and_openorbis_stuff_part1


📝 Commits (4)

  • cad5ac3 some threadman fixes
  • 776a680 prefix in libc functions to avoid messing with std ones
  • 1316443 initial ScePthreadCond works
  • 3e8cd57 scePthreadCond 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/75 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 11/18/2023 **Status:** ✅ Merged **Merged:** 11/18/2023 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `threads_and_openorbis_stuff_part1` --- ### 📝 Commits (4) - [`cad5ac3`](https://github.com/shadps4-emu/shadPS4/commit/cad5ac34b0853aea65b577984d6e3a98edb75827) some threadman fixes - [`776a680`](https://github.com/shadps4-emu/shadPS4/commit/776a680e850b0358e87707031cd1b4e2c13d78d0) prefix in libc functions to avoid messing with std ones - [`1316443`](https://github.com/shadps4-emu/shadPS4/commit/1316443c59fcf27ae4b0f85caed12c58d4d93309) initial ScePthreadCond works - [`3e8cd57`](https://github.com/shadps4-emu/shadPS4/commit/3e8cd57986d8d830fbc88f9b7148fc34644d24de) scePthreadCond functions ### 📊 Changes **13 files changed** (+292 additions, -128 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description some stable code --- <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:52 +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#1269
No description provided.