mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[PR #2942] [MERGED] [Libs] Companion httpd #3098
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#3098
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/2942
Author: @georgemoralis
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @georgemoralis
Base:
main← Head:companion_httpd📝 Commits (5)
87d12f1stubbed companion httpd65639a0Merge branch 'main' into companion_httpde949d3bsceCompanionHttpdGetEvent returns disconnected deviceb8f166cmore function definations963190fadded 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.