[PR #806] [CLOSED] Added sceKernelGetModuleList #1782

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/806
Author: @CoreyHendrey
Created: 9/6/2024
Status: Closed

Base: mainHead: get_module_list


📝 Commits (4)

📊 Changes

6 files changed (+38 additions, -8 deletions)

View changed files

📝 src/core/libraries/kernel/libkernel.cpp (+20 -0)
📝 src/core/libraries/kernel/libkernel.h (+2 -0)
📝 src/core/linker.cpp (+4 -0)
📝 src/core/linker.h (+2 -0)
📝 src/core/module.cpp (+9 -0)
📝 src/core/module.h (+1 -8)

📄 Description

Tried to implement sceKernelGetModuleList

Called in CUSA09316 (https://github.com/shadps4-emu/shadps4-game-compatibility/issues/136)


🔄 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/806 **Author:** [@CoreyHendrey](https://github.com/CoreyHendrey) **Created:** 9/6/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `get_module_list` --- ### 📝 Commits (4) - [`070b4a8`](https://github.com/shadps4-emu/shadPS4/commit/070b4a82b47b5cfebc9067492e67bd9520a476f9) Added GetModuleList - [`c74d653`](https://github.com/shadps4-emu/shadPS4/commit/c74d6535468462823c7b0de6cfe5766c9be268be) Fixed formatting - [`32d5912`](https://github.com/shadps4-emu/shadPS4/commit/32d5912d90a945a30198dbd38c4d43e21aeeed27) Moved GetNumberModules to cpp - [`2c565f2`](https://github.com/shadps4-emu/shadPS4/commit/2c565f2a2647727d360bdd12df94a8049ba1db9b) Moved FindByName to Cpp ### 📊 Changes **6 files changed** (+38 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/libkernel.cpp` (+20 -0) 📝 `src/core/libraries/kernel/libkernel.h` (+2 -0) 📝 `src/core/linker.cpp` (+4 -0) 📝 `src/core/linker.h` (+2 -0) 📝 `src/core/module.cpp` (+9 -0) 📝 `src/core/module.h` (+1 -8) </details> ### 📄 Description Tried to implement sceKernelGetModuleList Called in CUSA09316 (https://github.com/shadps4-emu/shadps4-game-compatibility/issues/136) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:56 +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#1782
No description provided.