mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #1105] [CLOSED] Misc fixes12 #1932
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#1932
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/1105
Author: @georgemoralis
Created: 9/27/2024
Status: ❌ Closed
Base:
main← Head:miscFixes12📝 Commits (7)
b9a3cd4some netctl and np_manager callscdc5223loading libSceNgs2 from sceSysmoduleLoadModule instead of startup. This will prevent loading modules at startup that games not using . Still some work left but main idea is this for other modules as wellcaa5b87ngs2 will not load at startup (but will load HLE stubs if no lle module found)febede3check if loading of prx is valid before returning2fe8f22cleanup01fcc62loading of other modules via sceSysmoduleLoadModule7d5b995more fixes📊 Changes
9 files changed (+92 additions, -24 deletions)
View changed files
📝
src/core/libraries/kernel/libkernel.h(+2 -0)📝
src/core/libraries/network/net_ctl_codes.h(+8 -0)📝
src/core/libraries/network/netctl.cpp(+6 -4)📝
src/core/libraries/np_manager/np_manager.cpp(+3 -2)📝
src/core/libraries/np_manager/np_manager.h(+1 -1)📝
src/core/libraries/pad/pad.cpp(+1 -1)📝
src/core/libraries/system/sysmodule.cpp(+45 -0)📝
src/emulator.cpp(+25 -16)📝
src/emulator.h(+1 -0)📄 Description
Some misc fixes as usual.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.