[PR #3411] [MERGED] Add stubbed libSceNpProfileDialog library #3446

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3411
Author: @kalaposfos13
Created: 8/10/2025
Status: Merged
Merged: 8/10/2025
Merged by: @georgemoralis

Base: mainHead: np-profile-dialog


📝 Commits (3)

  • 19f464b Stubbed library
  • 255caf4 Silence sceNpProfileDialogUpdateStatus
  • 81fadb2 the loathsome clang-formatter

📊 Changes

6 files changed (+103 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+2 -1)
📝 src/core/libraries/libs.cpp (+2 -0)
src/core/libraries/np_profiledialog/np_profiledialog.cpp (+72 -0)
src/core/libraries/np_profiledialog/np_profiledialog.h (+24 -0)

📄 Description

This adds the aforementioned library, and drops the logging level of sceNpProfileDialogUpdateStatus to Debug in order to silence some spam.


🔄 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/3411 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 8/10/2025 **Status:** ✅ Merged **Merged:** 8/10/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `np-profile-dialog` --- ### 📝 Commits (3) - [`19f464b`](https://github.com/shadps4-emu/shadPS4/commit/19f464b73f52748f187a4ab2b3cdb7fa0a025872) Stubbed library - [`255caf4`](https://github.com/shadps4-emu/shadPS4/commit/255caf425abbe36f4f46525d52ec3877aba8ab09) Silence sceNpProfileDialogUpdateStatus - [`81fadb2`](https://github.com/shadps4-emu/shadPS4/commit/81fadb2b57b7c0e0cb750903378c8e3a5d8aa4a1) the loathsome clang-formatter ### 📊 Changes **6 files changed** (+103 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+2 -1) 📝 `src/core/libraries/libs.cpp` (+2 -0) ➕ `src/core/libraries/np_profiledialog/np_profiledialog.cpp` (+72 -0) ➕ `src/core/libraries/np_profiledialog/np_profiledialog.h` (+24 -0) </details> ### 📄 Description This adds the aforementioned library, and drops the logging level of sceNpProfileDialogUpdateStatus to Debug in order to silence some spam. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:43 +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#3446
No description provided.