mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #525] [MERGED] HLE libc removal #1612
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#1612
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/525
Author: @georgemoralis
Created: 8/22/2024
Status: ✅ Merged
Merged: 8/22/2024
Merged by: @georgemoralis
Base:
main← Head:libc_removal📝 Commits (1)
12a65e3LLE libc removal📊 Changes
19 files changed (+7 additions, -1924 deletions)
View changed files
📝
CMakeLists.txt(+1 -15)📝
src/common/config.cpp(+0 -12)📝
src/common/config.h(+0 -1)➖
src/core/libraries/libc/libc.cpp(+0 -496)➖
src/core/libraries/libc/libc.h(+0 -14)➖
src/core/libraries/libc/libc_cxa.cpp(+0 -161)➖
src/core/libraries/libc/libc_cxa.h(+0 -15)➖
src/core/libraries/libc/libc_math.cpp(+0 -55)➖
src/core/libraries/libc/libc_math.h(+0 -21)➖
src/core/libraries/libc/libc_stdio.cpp(+0 -78)➖
src/core/libraries/libc/libc_stdio.h(+0 -23)➖
src/core/libraries/libc/libc_stdlib.cpp(+0 -45)➖
src/core/libraries/libc/libc_stdlib.h(+0 -19)➖
src/core/libraries/libc/libc_string.cpp(+0 -61)➖
src/core/libraries/libc/libc_string.h(+0 -24)➖
src/core/libraries/libc/printf.h(+0 -753)➖
src/core/libraries/libc/va_ctx.h(+0 -110)📝
src/core/libraries/libs.cpp(+0 -4)📝
src/emulator.cpp(+6 -17)📄 Description
HLE libc has became absolute. Every game loads it's own lle libc so having it doesn't help anything atm
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.