mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #45] [MERGED] dummy libc printf call #1239
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#1239
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/45
Author: @georgemoralis
Created: 10/2/2023
Status: ✅ Merged
Merged: 10/6/2023
Merged by: @georgemoralis
Base:
main← Head:libc_HLE_implementations📝 Commits (7)
809413adummy libc printf call825d38epartial printf , hello world demo (not from OpenOrbis) worksb9c6d9dprintf implementation from vita3k (not yet adapted)cefd3d9adapting va_arg parameters of printf551455eprintf implementatione31365asmall adjustments to printf5a2ee26libc cleanups📊 Changes
7 files changed (+919 additions, -89 deletions)
View changed files
📝
CMakeLists.txt(+1 -1)📝
src/Core/PS4/HLE/LibC.cpp(+71 -84)📝
src/Core/PS4/HLE/LibC.h(+1 -4)➕
src/Emulator/HLE/Libraries/LibC/libc.cpp(+29 -0)➕
src/Emulator/HLE/Libraries/LibC/libc.h(+15 -0)➕
src/Emulator/HLE/Libraries/LibC/printf.h(+696 -0)➕
src/Emulator/HLE/Libraries/LibC/va_ctx.h(+106 -0)📄 Description
printf is a bit messy since arguments in sysv_abi is different that ms_abi so we can't use va_start to get arguments properly , we should find a workaround
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.