[PR #2808] [MERGED] NpAuth library stub #2992

Closed
opened 2026-02-27 22:02:02 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: np-auth-stubs


📝 Commits (8)

  • ccc8790 Add the NpAuth library
  • 93199ef clang
  • ece5a80 you didn't see anything
  • 87f6299 Add some random return to make games at least start using this library
  • 09e3956 i'm once again asking for your continued ignorance of what i'm forgetting to not push
  • 862ab9e debug logging
  • 3c72de3 apparently just this is still enough
  • 031a51f this 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2808 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 4/18/2025 **Status:** ✅ Merged **Merged:** 4/18/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `np-auth-stubs` --- ### 📝 Commits (8) - [`ccc8790`](https://github.com/shadps4-emu/shadPS4/commit/ccc879027a6193d7c9612d7688a3f37e6cec570b) Add the NpAuth library - [`93199ef`](https://github.com/shadps4-emu/shadPS4/commit/93199ef4684639799abb3b4548cc290dd945a1c4) clang - [`ece5a80`](https://github.com/shadps4-emu/shadPS4/commit/ece5a80e76423613e080c766df360ec65b0808ed) you didn't see anything - [`87f6299`](https://github.com/shadps4-emu/shadPS4/commit/87f62991ee73d6327d789a2e903fe13c326a27a6) Add some random return to make games at least start using this library - [`09e3956`](https://github.com/shadps4-emu/shadPS4/commit/09e3956c4fef8e078319505624c9b6245fc947ef) i'm once again asking for your continued ignorance of what i'm forgetting to not push - [`862ab9e`](https://github.com/shadps4-emu/shadPS4/commit/862ab9eebe4d72ac3b666f3f542d12b3c5f91966) debug logging - [`3c72de3`](https://github.com/shadps4-emu/shadPS4/commit/3c72de33f5e1860702402add596729a2b397d379) apparently just this is still enough - [`031a51f`](https://github.com/shadps4-emu/shadPS4/commit/031a51f4b968528eecbffa3de93d11a4e52a9a7f) this isn't used but it still shouldn't be incorrect ### 📊 Changes **6 files changed** (+134 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Adds the NpAuth library with a dummy implementation of sceNpAuthCreateRequest and sceNpAuthDeleteRequest. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:02 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2992
No description provided.