mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #98] [MERGED] Autogen system,user,dialog modules #1290
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#1290
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/98
Author: @georgemoralis
Created: 3/12/2024
Status: ✅ Merged
Merged: 3/14/2024
Merged by: @georgemoralis
Base:
main← Head:modules1📝 Commits (10+)
6aea5bbsome rework on system_service, user_service50b0033fixed clang formataf13ab1more clang fixff35e36more clang fixeeab342added error codes in system service751fca0some libc functions7764f13fixed fprintf58bd507small fixf7725f4linux fix97c7ddberror handling in user service📊 Changes
30 files changed (+8184 additions, -184 deletions)
View changed files
📝
CMakeLists.txt(+10 -10)📝
src/common/logging/filter.cpp(+2 -0)📝
src/common/logging/types.h(+3 -1)📝
src/core/PS4/HLE/Graphics/video_out.cpp(+2 -2)📝
src/core/hle/libraries/libc/libc.cpp(+8 -0)📝
src/core/hle/libraries/libc/libc_stdio.cpp(+37 -4)📝
src/core/hle/libraries/libc/libc_stdio.h(+5 -0)📝
src/core/hle/libraries/libc/libc_string.cpp(+16 -0)📝
src/core/hle/libraries/libc/libc_string.h(+3 -0)📝
src/core/hle/libraries/libc/printf.h(+8 -0)📝
src/core/hle/libraries/libpad/pad.cpp(+4 -4)📝
src/core/hle/libraries/libpad/pad.h(+10 -6)📝
src/core/hle/libraries/libs.cpp(+17 -11)📝
src/core/hle/libraries/libs.h(+3 -3)➖
src/core/hle/libraries/libsystemservice/system_service.cpp(+0 -35)➖
src/core/hle/libraries/libsystemservice/system_service.h(+0 -29)➖
src/core/hle/libraries/libuserservice/libuserservice.cpp(+0 -33)➖
src/core/hle/libraries/libuserservice/libuserservice.h(+0 -29)➖
src/core/hle/libraries/libuserservice/usr_mng_codes.h(+0 -12)📝
src/core/libraries/error_codes.h(+191 -3)...and 10 more files
📄 Description
Also a few functions partially implemented
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.