[PR #3345] [MERGED] Simple IPC for external control #3404

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

📋 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: mainHead: ipc-new-launcher


📝 Commits (2)

  • d04e9e8 add simple IPC protocol
  • eb81145 ipc: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/3345 **Author:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Created:** 7/29/2025 **Status:** ✅ Merged **Merged:** 8/4/2025 **Merged by:** [@viniciuslrangel](https://github.com/viniciuslrangel) **Base:** `main` ← **Head:** `ipc-new-launcher` --- ### 📝 Commits (2) - [`d04e9e8`](https://github.com/shadps4-emu/shadPS4/commit/d04e9e85d48967d33cfc03034d50d8f479dcf636) add simple IPC protocol - [`eb81145`](https://github.com/shadps4-emu/shadPS4/commit/eb8114549b292c949de7c064d10fb84c09f350ce) ipc: add PATCH_MEMORY command ### 📊 Changes **7 files changed** (+179 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Useful for external launchers to manage the runtime, like reloading configs, applying patches, ... --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:03:34 +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#3404
No description provided.