mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #220] [MERGED] HLE stuff #1405
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#1405
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/220
Author: @georgemoralis
Created: 6/27/2024
Status: ✅ Merged
Merged: 6/30/2024
Merged by: @georgemoralis
Base:
main← Head:stabilization9📝 Commits (10+)
e54d574implemented a part of sceNet callsa810e47few more sceNet work1e717absceKernelOpen handle directory doesn't exist caseb3f15dffixed posix_open return code084b2abadded sceKernelDeleteEventFlagd027871added case for savedata (needed by flow)8e01a1blibSceJpegEnc,libSceJson2 can be loaded LLE1413a70added posix error write to errno24f78fafixed name style90b2735eventflag : changed an assert to log as error📊 Changes
8 files changed (+131 additions, -52 deletions)
View changed files
📝
src/core/libraries/kernel/event_flag/event_flag.cpp(+8 -3)📝
src/core/libraries/kernel/file_system.cpp(+45 -9)📝
src/core/libraries/kernel/libkernel.cpp(+9 -2)📝
src/core/libraries/kernel/libkernel.h(+2 -0)📝
src/core/libraries/network/net.cpp(+37 -24)📝
src/core/libraries/network/net.h(+25 -12)📝
src/core/libraries/save_data/savedata.cpp(+1 -0)📝
src/emulator.cpp(+4 -2)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.