mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #806] [CLOSED] Added sceKernelGetModuleList #1782
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1782
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/806
Author: @CoreyHendrey
Created: 9/6/2024
Status: ❌ Closed
Base:
main← Head:get_module_list📝 Commits (4)
070b4a8Added GetModuleListc74d653Fixed formatting32d5912Moved GetNumberModules to cpp2c565f2Moved FindByName to Cpp📊 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.