[PR #136] [MERGED] More kernel stuff and others #1328

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/136
Author: @georgemoralis
Created: 5/16/2024
Status: Merged
Merged: 5/18/2024
Merged by: @georgemoralis

Base: mainHead: more_kernel_stuff_and_others


📝 Commits (6)

  • 43773d1 added scePthreadEqual
  • cc98b11 clang format
  • 4b5e2e8 added sceKernelGetCompiledSdkVersion (which return games system version )
  • 42fb9f6 fixed sceKernelGetCompiledSdkVersion thanks raziel1000
  • 67c1772 added _read in libkernel
  • 0b8baed improved sceKernelWaitEqueue

📊 Changes

3 files changed (+29 additions, -2 deletions)

View changed files

📝 src/core/libraries/kernel/event_queues.cpp (+6 -2)
📝 src/core/libraries/kernel/libkernel.cpp (+18 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+5 -0)

📄 Description

  1. Added scePthreadEqual

🔄 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/136 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 5/16/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `more_kernel_stuff_and_others` --- ### 📝 Commits (6) - [`43773d1`](https://github.com/shadps4-emu/shadPS4/commit/43773d12d9231dacc191bb9e4c84245e2085442e) added scePthreadEqual - [`cc98b11`](https://github.com/shadps4-emu/shadPS4/commit/cc98b11860f9f0eb506974f80dfb3b619db18c9b) clang format - [`4b5e2e8`](https://github.com/shadps4-emu/shadPS4/commit/4b5e2e80fc839266847edad0a0b53670ea661013) added sceKernelGetCompiledSdkVersion (which return games system version ) - [`42fb9f6`](https://github.com/shadps4-emu/shadPS4/commit/42fb9f6473235a6752fdd01d6fbf38c03dbd49ac) fixed sceKernelGetCompiledSdkVersion thanks raziel1000 - [`67c1772`](https://github.com/shadps4-emu/shadPS4/commit/67c1772771b4050d738633cb977093c503e56a0b) added _read in libkernel - [`0b8baed`](https://github.com/shadps4-emu/shadPS4/commit/0b8baedab72d7453722a41d638789e2e659800b0) improved sceKernelWaitEqueue ### 📊 Changes **3 files changed** (+29 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/event_queues.cpp` (+6 -2) 📝 `src/core/libraries/kernel/libkernel.cpp` (+18 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+5 -0) </details> ### 📄 Description 1. Added scePthreadEqual --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:06 +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#1328
No description provided.