[PR #4068] [MERGED] Miscallenous function exports and implementations #3915

Closed
opened 2026-02-27 22:05:26 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4068
Author: @kalaposfos13
Created: 2/22/2026
Status: Merged
Merged: 2/22/2026
Merged by: @georgemoralis

Base: mainHead: yaoollfe3


📝 Commits (5)

📊 Changes

4 files changed (+56 additions, -38 deletions)

View changed files

📝 src/core/libraries/kernel/process.cpp (+6 -1)
📝 src/core/libraries/kernel/threads/mutex.cpp (+45 -34)
📝 src/core/libraries/kernel/threads/pthread_attr.cpp (+2 -2)
📝 src/core/libraries/kernel/time.cpp (+3 -1)

📄 Description

This PR consists of a random assortment of stubbed functions observed in Eden, or in a few cases, retail games as well.


🔄 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/4068 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `yaoollfe3` --- ### 📝 Commits (5) - [`b08c668`](https://github.com/shadps4-emu/shadPS4/commit/b08c66836337fd6eff09ac8df87ba8c7ca8f5007) _nanosleep - [`b05a36d`](https://github.com/shadps4-emu/shadPS4/commit/b05a36d1937dd5fb845f26aa2f3d5a81e07ee7c4) pthread_mutexattr_setpshared - [`dac4af3`](https://github.com/shadps4-emu/shadPS4/commit/dac4af330dc58a46e1b14f5c4213e7c141779ffd) pthread_attr_setschedpolicy - [`ccf7961`](https://github.com/shadps4-emu/shadPS4/commit/ccf79612cd25fcbe22625c66a0b020e0b5b7f96a) getuid - [`3a71d50`](https://github.com/shadps4-emu/shadPS4/commit/3a71d501a2f72261ddfac160cafd80ee2c80cc31) copyright 2026 ### 📊 Changes **4 files changed** (+56 additions, -38 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/process.cpp` (+6 -1) 📝 `src/core/libraries/kernel/threads/mutex.cpp` (+45 -34) 📝 `src/core/libraries/kernel/threads/pthread_attr.cpp` (+2 -2) 📝 `src/core/libraries/kernel/time.cpp` (+3 -1) </details> ### 📄 Description This PR consists of a random assortment of stubbed functions observed in Eden, or in a few cases, retail games as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:26 +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#3915
No description provided.