mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #104] [MERGED] More modules work #1296
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#1296
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/104
Author: @georgemoralis
Created: 3/29/2024
Status: ✅ Merged
Merged: 4/1/2024
Merged by: @georgemoralis
Base:
main← Head:modules3📝 Commits (10+)
b36df13added more dummy modules37813c1clang format fix8e8a82asome dummy net functions94cd3bedummy sysmodule module5373d73clang format fix30946e2more clang fixesad7e750scePthreadAttrDestroy,scePthreadAttrGetaffinity added8fa5874dummy libkernel module0525481partial implementation of _write function , which is used as debug ouput from lle libc186fa35added ps4_ prefix to libkernel to make sure it deosn't conflict with linux function names📊 Changes
22 files changed (+13708 additions, -1 deletions)
View changed files
📝
CMakeLists.txt(+16 -0)📝
src/common/logging/filter.cpp(+7 -0)📝
src/common/logging/types.h(+7 -0)📝
src/core/hle/libraries/libkernel/file_system.cpp(+42 -1)📝
src/core/hle/libraries/libkernel/thread_management.cpp(+27 -0)📝
src/core/hle/libraries/libs.cpp(+16 -0)➕
src/core/libraries/libkernel.cpp(+6774 -0)➕
src/core/libraries/libkernel.h(+1061 -0)➕
src/core/libraries/libscehttp.cpp(+720 -0)➕
src/core/libraries/libscehttp.h(+127 -0)➕
src/core/libraries/libscenet.cpp(+1356 -0)➕
src/core/libraries/libscenet.h(+231 -0)➕
src/core/libraries/libscenetctl.cpp(+636 -0)➕
src/core/libraries/libscenetctl.h(+105 -0)➕
src/core/libraries/libsceposix.cpp(+13 -0)➕
src/core/libraries/libsceposix.h(+10 -0)➕
src/core/libraries/libscesavedata.cpp(+653 -0)➕
src/core/libraries/libscesavedata.h(+107 -0)➕
src/core/libraries/libscessl.cpp(+1286 -0)➕
src/core/libraries/libscessl.h(+220 -0)...and 2 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.