[PR #2150] [MERGED] Add auto-generated libSceNpWebApi stubs #2521

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2150
Author: @StevenMiller123
Created: 1/14/2025
Status: Merged
Merged: 1/15/2025
Merged by: @georgemoralis

Base: mainHead: NpWebApi-stubs


📝 Commits (1)

📊 Changes

6 files changed (+814 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_web_api/np_web_api.cpp (+692 -0)
src/core/libraries/np_web_api/np_web_api.h (+116 -0)

📄 Description

This PR adds auto-generated stubs for the libSceNpWebApi library. This includes a dummy return for sceNpWebApiInitialize, to make it return a positive value.

This fixes an internal assert seen in updated versions of The Playroom (CUSA00001).


🔄 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/2150 **Author:** [@StevenMiller123](https://github.com/StevenMiller123) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/15/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `NpWebApi-stubs` --- ### 📝 Commits (1) - [`f2e3cad`](https://github.com/shadps4-emu/shadPS4/commit/f2e3cad11a0d08f6021938f947b9cdb5f2751825) Add libSceNpWebApi ### 📊 Changes **6 files changed** (+814 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_web_api/np_web_api.cpp` (+692 -0) ➕ `src/core/libraries/np_web_api/np_web_api.h` (+116 -0) </details> ### 📄 Description This PR adds auto-generated stubs for the libSceNpWebApi library. This includes a dummy return for sceNpWebApiInitialize, to make it return a positive value. This fixes an internal assert seen in updated versions of The Playroom (CUSA00001). --- <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:15 +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#2521
No description provided.