mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #79] [CLOSED] LLE libc #1271
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#1271
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/79
Author: @georgemoralis
Created: 12/11/2023
Status: ❌ Closed
Base:
main← Head:libc_LLE📝 Commits (10+)
048e50foption to disable HLE libccfd68f1check sce_module folder for files88b790dsearch sce_module folder and fall back to libc HLE if not foundab04333linker : iterator for running non shared libs7dfdf4cHandle exports resolve62b2e57more work on relocations for libc loading6c724a8we can now start libc modulea28f687fixed address loading1e0bbb0logging to be sure which module we staredb660a84implemented sceKernelGetProcParam for module loading📊 Changes
11 files changed (+515 additions, -451 deletions)
View changed files
📝
src/Util/config.cpp(+12 -1)📝
src/Util/config.h(+2 -0)📝
src/core/hle/libraries/libkernel/libkernel.cpp(+11 -0)📝
src/core/hle/libraries/libs.cpp(+4 -1)📝
src/core/linker.cpp(+431 -435)📝
src/core/linker.h(+19 -2)📝
src/core/loader/elf.cpp(+2 -0)📝
src/core/loader/elf.h(+2 -0)📝
src/core/loader/symbols_resolver.cpp(+13 -11)📝
src/core/loader/symbols_resolver.h(+1 -1)📝
src/main.cpp(+18 -0)📄 Description
Work for loading and running lle libc
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.