[PR #4024] Libraries: Rudp function #3878

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/4024
Author: @thethunderturner
Created: 2/11/2026
Status: 🔄 Open

Base: mainHead: feature/sceRudpGetStatus


📝 Commits (10+)

📊 Changes

6 files changed (+353 additions, -63 deletions)

View changed files

📝 src/core/libraries/libs.cpp (+1 -1)
📝 src/core/libraries/np/np_error.h (+1 -0)
📝 src/core/libraries/np/np_manager.cpp (+3 -0)
📝 src/core/libraries/rudp/rudp.cpp (+100 -32)
📝 src/core/libraries/rudp/rudp.h (+204 -30)
src/core/libraries/rudp/rudp_error.h (+44 -0)

📄 Description

implementation for GetStatus; gets called by Death Stranding


🔄 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/4024 **Author:** [@thethunderturner](https://github.com/thethunderturner) **Created:** 2/11/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/sceRudpGetStatus` --- ### 📝 Commits (10+) - [`524c5dc`](https://github.com/shadps4-emu/shadPS4/commit/524c5dc42d24c9c79dfbf1bdd4a25e151c931b74) libSceRudp - [`3f7f912`](https://github.com/shadps4-emu/shadPS4/commit/3f7f9124ad5a3d738a9fa1a8509f95e5ff60165f) use newer glslang - [`4a67584`](https://github.com/shadps4-emu/shadPS4/commit/4a67584ae8189d6204c4b612a5fcdc8c21371c4d) remove module start/stop - [`039fa17`](https://github.com/shadps4-emu/shadPS4/commit/039fa17425808eab15e4bafe367f3a9f914853d0) register lib, revert glslang upgrade - [`4278510`](https://github.com/shadps4-emu/shadPS4/commit/4278510996f63995127cf0ab83218963f02aa04d) 2026 - [`05d77da`](https://github.com/shadps4-emu/shadPS4/commit/05d77da944b8ff7781715815ba9b4cd796a41ff8) remove default funcions - [`22e805d`](https://github.com/shadps4-emu/shadPS4/commit/22e805d215d9cab2990ad9ed426957befb27e4a3) rudp status - [`3437b71`](https://github.com/shadps4-emu/shadPS4/commit/3437b715c1fc127852c777d3d304423841e1508b) show failed first instruction - [`d95c2c3`](https://github.com/shadps4-emu/shadPS4/commit/d95c2c3ca6718c602512bd7e77425a7862a54009) stops spam - [`17b9aed`](https://github.com/shadps4-emu/shadPS4/commit/17b9aedec5a6451e7772a30a2f3257fcfb8f3cf9) implement function def ### 📊 Changes **6 files changed** (+353 additions, -63 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/libs.cpp` (+1 -1) 📝 `src/core/libraries/np/np_error.h` (+1 -0) 📝 `src/core/libraries/np/np_manager.cpp` (+3 -0) 📝 `src/core/libraries/rudp/rudp.cpp` (+100 -32) 📝 `src/core/libraries/rudp/rudp.h` (+204 -30) ➕ `src/core/libraries/rudp/rudp_error.h` (+44 -0) </details> ### 📄 Description implementation for GetStatus; gets called by Death Stranding --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#3878
No description provided.