[PR #897] [MERGED] Enable patches on cli builds #1819

Closed
opened 2026-02-27 21:14:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/897
Author: @CrazyBloo
Created: 9/13/2024
Status: Merged
Merged: 9/13/2024
Merged by: @georgemoralis

Base: mainHead: cli-patches


📝 Commits (3)

📊 Changes

8 files changed (+163 additions, -49 deletions)

View changed files

📝 CMakeLists.txt (+2 -2)
📝 src/common/memory_patcher.cpp (+135 -36)
📝 src/common/memory_patcher.h (+3 -3)
📝 src/core/module.cpp (+1 -5)
📝 src/emulator.cpp (+1 -1)
📝 src/main.cpp (+10 -0)
📝 src/qt_gui/cheats_patches.cpp (+3 -2)
📝 src/qt_gui/main.cpp (+8 -0)

📄 Description

Allows users to enable game patches on non-qt builds

To use them, download the patch you want from the goldhen / shadps4 patch repo, and place it into your shadps4/user/patches folder.

Then open the patch xml file and enable the patches you want by adding isEnabled = "true" to the metadata field, then pass the name of the patch file as an additional argument using -p
i.e ./shadps4.exe "eboot.bin" -p "RedDeadRedemption-Orbis.xml"


🔄 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/897 **Author:** [@CrazyBloo](https://github.com/CrazyBloo) **Created:** 9/13/2024 **Status:** ✅ Merged **Merged:** 9/13/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `cli-patches` --- ### 📝 Commits (3) - [`43168f1`](https://github.com/shadps4-emu/shadPS4/commit/43168f12fd23d3a9ea1807b1ba79b3b9ba172684) patch support for cli - [`d7564b2`](https://github.com/shadps4-emu/shadPS4/commit/d7564b2d5af4b6af1182f2e447aaf5df912f0c4d) fix mac build - [`c1b73b1`](https://github.com/shadps4-emu/shadPS4/commit/c1b73b170e8f7b099821ae3fe17495b5bfd099c7) format ### 📊 Changes **8 files changed** (+163 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -2) 📝 `src/common/memory_patcher.cpp` (+135 -36) 📝 `src/common/memory_patcher.h` (+3 -3) 📝 `src/core/module.cpp` (+1 -5) 📝 `src/emulator.cpp` (+1 -1) 📝 `src/main.cpp` (+10 -0) 📝 `src/qt_gui/cheats_patches.cpp` (+3 -2) 📝 `src/qt_gui/main.cpp` (+8 -0) </details> ### 📄 Description Allows users to enable game patches on non-qt builds To use them, download the patch you want from the goldhen / shadps4 patch repo, and place it into your shadps4/user/patches folder. Then open the patch xml file and enable the patches you want by adding isEnabled = "true" to the metadata field, then pass the name of the patch file as an additional argument using -p i.e `./shadps4.exe "eboot.bin" -p "RedDeadRedemption-Orbis.xml"` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:14:05 +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#1819
No description provided.