[PR #1171] [MERGED] Fix: Add kernel mappings for some posix functions #1968

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1171
Author: @ElBread3
Created: 9/30/2024
Status: Merged
Merged: 10/1/2024
Merged by: @georgemoralis

Base: mainHead: kernelfsfix1


📝 Commits (1)

  • c4ec32c add mappings for kernel versions

📊 Changes

1 file changed (+4 additions, -0 deletions)

View changed files

📝 src/core/libraries/kernel/file_system.cpp (+4 -0)

📄 Description

Added some missed mappings for posix functions that also exist in libkernel (e.g. "mkdir" as opposed to "posix_mkdir"), which may allow these to be called.


🔄 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/1171 **Author:** [@ElBread3](https://github.com/ElBread3) **Created:** 9/30/2024 **Status:** ✅ Merged **Merged:** 10/1/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `kernelfsfix1` --- ### 📝 Commits (1) - [`c4ec32c`](https://github.com/shadps4-emu/shadPS4/commit/c4ec32ca2e7238b67d9659a4d3176c9881db04f2) add mappings for kernel versions ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/file_system.cpp` (+4 -0) </details> ### 📄 Description Added some missed mappings for posix functions that also exist in libkernel (e.g. "mkdir" as opposed to "posix_mkdir"), which may allow these to be called. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:39 +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#1968
No description provided.