mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #781] [MERGED] Misc Fixes 10 #1769
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#1769
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/781
Author: @georgemoralis
Created: 9/4/2024
Status: ✅ Merged
Merged: 9/11/2024
Merged by: @georgemoralis
Base:
main← Head:miscfixes10📝 Commits (10+)
e076030libSceRazorCpu needed for gravity rushd84dda6libSceCesCs needed for blue reflection26dd3d4clang format fixe6d57ccset scePadSetVibration to log debug8d647eeinitial sceNetCtl module implementation6e21c73improved error codes in file system7548307some intial work on netctl callbacks (helps a bit CUSA10135)0e1bd03miscbb830c9improved callbacks handling in sceNetCtl649aec1small fixes📊 Changes
11 files changed (+290 additions, -30 deletions)
View changed files
📝
CMakeLists.txt(+3 -0)📝
src/core/libraries/kernel/file_system.cpp(+22 -5)➕
src/core/libraries/network/net_ctl_codes.h(+28 -0)➕
src/core/libraries/network/net_ctl_obj.cpp(+74 -0)➕
src/core/libraries/network/net_ctl_obj.h(+40 -0)📝
src/core/libraries/network/netctl.cpp(+45 -11)📝
src/core/libraries/network/netctl.h(+46 -5)📝
src/core/libraries/np_manager/np_manager.cpp(+14 -3)📝
src/core/libraries/np_manager/np_manager.h(+11 -1)📝
src/core/libraries/pad/pad.cpp(+2 -2)📝
src/emulator.cpp(+5 -3)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.