mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2491] [MERGED] libcInternal HLE fixes #2778
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#2778
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/2491
Author: @georgemoralis
Created: 2/21/2025
Status: ✅ Merged
Merged: 2/22/2025
Merged by: @georgemoralis
Base:
main← Head:libcinternal_fixes📝 Commits (4)
a4a8bf7internal_vprintf was wrong54b13e6reducing the calls to only needed (and tested one) . Fixed strcpy_sf758982clang fix43a8b13Added snprintf📊 Changes
11 files changed (+880 additions, -21545 deletions)
View changed files
📝
CMakeLists.txt(+3 -6)📝
src/core/libraries/libc_internal/libc_internal.cpp(+11 -16240)📝
src/core/libraries/libc_internal/libc_internal_io.cpp(+6 -454)📝
src/core/libraries/libc_internal/libc_internal_math.cpp(+61 -678)📝
src/core/libraries/libc_internal/libc_internal_memory.cpp(+9 -278)➖
src/core/libraries/libc_internal/libc_internal_mspace.cpp(+0 -247)➖
src/core/libraries/libc_internal/libc_internal_mspace.h(+0 -14)📝
src/core/libraries/libc_internal/libc_internal_str.cpp(+27 -475)➖
src/core/libraries/libc_internal/libc_internal_stream.cpp(+0 -3139)➖
src/core/libraries/libc_internal/libc_internal_stream.h(+0 -14)➕
src/core/libraries/libc_internal/printf.h(+763 -0)📄 Description
-internal_vprintf was wrong (commented for now i will provide a fix one)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.