mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3535] [MERGED] Libraries: Np libraries cleanup #3551
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#3551
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/3535
Author: @StevenMiller123
Created: 9/6/2025
Status: ✅ Merged
Merged: 9/6/2025
Merged by: @squidbus
Base:
main← Head:np-stuff📝 Commits (10+)
9029244Np library cleanup97d6ea6Cleanup NpManager signed_out checks59cc50dCopyright dates1d63764Move signin check to NpManager RegisterLib854770eFix RegisterLib namesc8a902eFix NpCommon exportse13da0eBasic parameter validation in sceNpDeleteRequest and sceNpCreateRequestef9c09fMore thorough request logic57efa73Functionsb69e522sceNpGetAccountLanguage, sceNpGetAccountLanguageA📊 Changes
36 files changed (+828 additions, -13381 deletions)
View changed files
📝
CMakeLists.txt(+19 -20)📝
src/core/libraries/libc_internal/libc_internal.cpp(+1 -1)📝
src/core/libraries/libc_internal/libc_internal.h(+1 -1)📝
src/core/libraries/libs.cpp(+16 -16)📝
src/core/libraries/ngs2/ngs2.cpp(+1 -1)📝
src/core/libraries/ngs2/ngs2.h(+1 -1)📝
src/core/libraries/np/np_auth.cpp(+4 -4)📝
src/core/libraries/np/np_auth.h(+3 -3)➕
src/core/libraries/np/np_common.cpp(+105 -0)➕
src/core/libraries/np/np_common.h(+21 -0)📝
src/core/libraries/np/np_common_error.h(+1 -2)➕
src/core/libraries/np/np_error.h(+12 -0)➕
src/core/libraries/np/np_manager.cpp(+492 -0)➕
src/core/libraries/np/np_manager.h(+70 -0)📝
src/core/libraries/np/np_party.cpp(+6 -5)📝
src/core/libraries/np/np_party.h(+3 -5)📝
src/core/libraries/np/np_party_error.h(+1 -1)📝
src/core/libraries/np/np_profile_dialog.cpp(+3 -3)📝
src/core/libraries/np/np_profile_dialog.h(+2 -2)📝
src/core/libraries/np/np_score.cpp(+4 -4)...and 16 more files
📄 Description
This PR:
src/core/libraries/np.np_error.handnp_types.hfor storing errors and types frequently seen in multiple Np libraries.This PR could use some testing, though I don't expect much to change in games.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.