[PR #2942] [MERGED] [Libs] Companion httpd #3098

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2942
Author: @georgemoralis
Created: 5/16/2025
Status: Merged
Merged: 5/16/2025
Merged by: @georgemoralis

Base: mainHead: companion_httpd


📝 Commits (5)

  • 87d12f1 stubbed companion httpd
  • 65639a0 Merge branch 'main' into companion_httpd
  • e949d3b sceCompanionHttpdGetEvent returns disconnected device
  • b8f166c more function definations
  • 963190f added error codes file

📊 Changes

7 files changed (+262 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+5 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
src/core/libraries/companion/companion_error.h (+20 -0)
src/core/libraries/companion/companion_httpd.cpp (+142 -0)
src/core/libraries/companion/companion_httpd.h (+91 -0)
📝 src/core/libraries/libs.cpp (+2 -0)

📄 Description

Added companion httpd and return disconnected device in GetEvents . Helps Tearaway® Unfolded spamming less connecting calls (but it still checks for it periodicaly so i added the function to Debug log)


🔄 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/2942 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 5/16/2025 **Status:** ✅ Merged **Merged:** 5/16/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `companion_httpd` --- ### 📝 Commits (5) - [`87d12f1`](https://github.com/shadps4-emu/shadPS4/commit/87d12f110d2a32e57fb3af04fc39b822ffadeeeb) stubbed companion httpd - [`65639a0`](https://github.com/shadps4-emu/shadPS4/commit/65639a0636b0fceec225ceab9207c8d0b03a54f9) Merge branch 'main' into companion_httpd - [`e949d3b`](https://github.com/shadps4-emu/shadPS4/commit/e949d3bd8adcf529c4e92e98aee3ac8191ae9cb0) sceCompanionHttpdGetEvent returns disconnected device - [`b8f166c`](https://github.com/shadps4-emu/shadPS4/commit/b8f166cb5454676430fa2c2ff0b826459337a6c6) more function definations - [`963190f`](https://github.com/shadps4-emu/shadPS4/commit/963190f11f2ab26014b018f0d5e244369b82051e) added error codes file ### 📊 Changes **7 files changed** (+262 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+5 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) ➕ `src/core/libraries/companion/companion_error.h` (+20 -0) ➕ `src/core/libraries/companion/companion_httpd.cpp` (+142 -0) ➕ `src/core/libraries/companion/companion_httpd.h` (+91 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) </details> ### 📄 Description Added companion httpd and return disconnected device in GetEvents . Helps Tearaway® Unfolded spamming less connecting calls (but it still checks for it periodicaly so i added the function to Debug log) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:26 +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#3098
No description provided.