mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #3878] [MERGED] npWebApi #3776
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#3776
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/3878
Author: @georgemoralis
Created: 12/25/2025
Status: ✅ Merged
Merged: 2/7/2026
Merged by: @georgemoralis
Base:
main← Head:npWebApi📝 Commits (10+)
284dd6cadded function parameters7826d0dadded logging6360df2more logging95a9c50added error codes filec01c585sceNpWebApiCreateExtdPushEventFilter some rea951da8added np_web_api_internal62fc359more np_web_api_internal definations8111858Initial types cleanup8432161Basic library context handling.b2e0676Fix params to sceNpWebApiCreateContext📊 Changes
12 files changed (+2490 additions, -298 deletions)
View changed files
📝
CMakeLists.txt(+3 -0)📝
src/common/elf_info.h(+1 -0)📝
src/core/libraries/network/http.cpp(+2 -2)📝
src/core/libraries/network/http.h(+1 -1)📝
src/core/libraries/np/np_common.h(+1 -1)📝
src/core/libraries/np/np_matching2.cpp(+1 -1)📝
src/core/libraries/np/np_types.h(+10 -8)📝
src/core/libraries/np/np_web_api.cpp(+487 -184)📝
src/core/libraries/np/np_web_api.h(+113 -101)➕
src/core/libraries/np/np_web_api_error.h(+36 -0)➕
src/core/libraries/np/np_web_api_internal.cpp(+1534 -0)➕
src/core/libraries/np/np_web_api_internal.h(+301 -0)📄 Description
RE this stuff
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.