[PR #4001] [MERGED] Kernel.Process: Implement sceKernelGetModuleInfo2, sceKernelGetModuleList2 #3859

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4001
Author: @StevenMiller123
Created: 2/7/2026
Status: Merged
Merged: 2/8/2026
Merged by: @georgemoralis

Base: mainHead: sceKernelGetModuleInfo2


📝 Commits (6)

📊 Changes

2 files changed (+57 additions, -0 deletions)

View changed files

📝 src/core/libraries/kernel/process.cpp (+48 -0)
📝 src/core/module.h (+9 -0)

📄 Description

Should hopefully help with FIFA 18 on Windows? Probably some other titles too.

As far as I could tell, these two functions hide system libraries from the outputted information. This is mostly a guess based on fpPS4 code and kernel decompiling, as I've yet to find a proper way to test these on real hardware.


🔄 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/4001 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 2/7/2026 **Status:** ✅ Merged **Merged:** 2/8/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `sceKernelGetModuleInfo2` --- ### 📝 Commits (6) - [`6279514`](https://github.com/shadps4-emu/shadPS4/commit/62795141266751b73b5a505058767ff479886488) twos - [`7337a92`](https://github.com/shadps4-emu/shadPS4/commit/7337a92ac55f5c50fb48a6676e0ebfbfbb6389fa) Fixes - [`9f4d183`](https://github.com/shadps4-emu/shadPS4/commit/9f4d183f258b2b45e4af7f0c0a479d281ecbf51d) Clang - [`cacdcec`](https://github.com/shadps4-emu/shadPS4/commit/cacdcec8f51434b5508dabefa68e98e90c421609) Merge branch 'shadps4-emu:main' into sceKernelGetModuleInfo2 - [`977442e`](https://github.com/shadps4-emu/shadPS4/commit/977442e350bec6e59b975cdb9f2bd7284c6fbc24) Merge branch 'sceKernelGetModuleInfo2' of https://github.com/StevenMiller123/shadPS4 into sceKernelGetModuleInfo2 - [`336f4da`](https://github.com/shadps4-emu/shadPS4/commit/336f4da3e4ac110ae7223b895943db3d73a45fbb) Extra export for sceKernelGetModuleInfo2 ### 📊 Changes **2 files changed** (+57 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/process.cpp` (+48 -0) 📝 `src/core/module.h` (+9 -0) </details> ### 📄 Description Should hopefully help with FIFA 18 on Windows? Probably some other titles too. As far as I could tell, these two functions hide system libraries from the outputted information. This is mostly a guess based on fpPS4 code and kernel decompiling, as I've yet to find a proper way to test these on real hardware. --- <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:14 +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#3859
No description provided.