[PR #2234] [MERGED] stubbed webbrowserdialog,npparty #2584

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2234
Author: @georgemoralis
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @georgemoralis

Base: mainHead: webbrowserdialog


📝 Commits (2)

  • b5e7363 stubbed webbrowserdialog,npparty
  • 98188a0 added poly's suggestions

📊 Changes

8 files changed (+393 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+4 -0)
📝 src/common/logging/filter.cpp (+2 -0)
📝 src/common/logging/types.h (+2 -0)
📝 src/core/libraries/libs.cpp (+4 -0)
src/core/libraries/np_party/np_party.cpp (+195 -0)
src/core/libraries/np_party/np_party.h (+44 -0)
src/core/libraries/web_browser_dialog/webbrowserdialog.cpp (+112 -0)
src/core/libraries/web_browser_dialog/webbrowserdialog.h (+30 -0)

📄 Description

No description provided


🔄 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/2234 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `webbrowserdialog` --- ### 📝 Commits (2) - [`b5e7363`](https://github.com/shadps4-emu/shadPS4/commit/b5e7363417661ec5a56f736d2903d8f8d5ab5a9d) stubbed webbrowserdialog,npparty - [`98188a0`](https://github.com/shadps4-emu/shadPS4/commit/98188a0ade3bbba0f6e3d57fb6e3690e511d86d8) added poly's suggestions ### 📊 Changes **8 files changed** (+393 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+4 -0) 📝 `src/common/logging/filter.cpp` (+2 -0) 📝 `src/common/logging/types.h` (+2 -0) 📝 `src/core/libraries/libs.cpp` (+4 -0) ➕ `src/core/libraries/np_party/np_party.cpp` (+195 -0) ➕ `src/core/libraries/np_party/np_party.h` (+44 -0) ➕ `src/core/libraries/web_browser_dialog/webbrowserdialog.cpp` (+112 -0) ➕ `src/core/libraries/web_browser_dialog/webbrowserdialog.h` (+30 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:29 +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#2584
No description provided.