mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #2541] [MERGED] libkernel: improve module finding in sceKernelLoadStartModule #2813
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#2813
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/2541
Author: @panzone91
Created: 2/25/2025
Status: ✅ Merged
Merged: 3/9/2025
Merged by: @georgemoralis
Base:
main← Head:garegga📝 Commits (7)
347f6b2libkernel: improve module finding in sceKernelLoadStartModule96c5f3aclang-format4631b87asserts for system module0d512defixes5a122c3lintingff76836cleaning0885f65fix linker impl📊 Changes
5 files changed (+49 additions, -29 deletions)
View changed files
📝
src/core/libraries/kernel/process.cpp(+16 -27)📝
src/core/linker.cpp(+29 -0)📝
src/core/linker.h(+2 -0)📝
src/core/module.cpp(+1 -1)📝
src/core/module.h(+1 -1)📄 Description
This PR changes sceKernelLoadStartModule to follow its implementation in a more precise manner. It's based on the comment on a previous MR (https://github.com/shadps4-emu/shadPS4/pull/2246#issuecomment-2621075627)
This also makes Battle Garegga (https://github.com/shadps4-emu/shadps4-game-compatibility/issues/398) playable.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.