mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #2808] [MERGED] NpAuth library stub #2992
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#2992
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/2808
Author: @kalaposfos13
Created: 4/18/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @georgemoralis
Base:
main← Head:np-auth-stubs📝 Commits (8)
ccc8790Add the NpAuth library93199efclangece5a80you didn't see anything87f6299Add some random return to make games at least start using this library09e3956i'm once again asking for your continued ignorance of what i'm forgetting to not push862ab9edebug logging3c72de3apparently just this is still enough031a51fthis isn't used but it still shouldn't be incorrect📊 Changes
6 files changed (+134 additions, -0 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/core/libraries/libs.cpp(+2 -0)➕
src/core/libraries/np_auth/np_auth.cpp(+99 -0)➕
src/core/libraries/np_auth/np_auth.h(+29 -0)📄 Description
Adds the NpAuth library with a dummy implementation of sceNpAuthCreateRequest and sceNpAuthDeleteRequest.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.