mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #3345] [MERGED] Simple IPC for external control #3404
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#3404
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/3345
Author: @viniciuslrangel
Created: 7/29/2025
Status: ✅ Merged
Merged: 8/4/2025
Merged by: @viniciuslrangel
Base:
main← Head:ipc-new-launcher📝 Commits (2)
d04e9e8add simple IPC protocoleb81145ipc: add PATCH_MEMORY command📊 Changes
7 files changed (+179 additions, -11 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/common/memory_patcher.cpp(+15 -6)📝
src/common/memory_patcher.h(+2 -3)➕
src/core/ipc/ipc.cpp(+113 -0)➕
src/core/ipc/ipc.h(+39 -0)📝
src/core/linker.cpp(+5 -0)📝
src/main.cpp(+3 -2)📄 Description
Useful for external launchers to manage the runtime, like reloading configs, applying patches, ...
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.