mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #897] [MERGED] Enable patches on cli builds #1819
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#1819
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/897
Author: @CrazyBloo
Created: 9/13/2024
Status: ✅ Merged
Merged: 9/13/2024
Merged by: @georgemoralis
Base:
main← Head:cli-patches📝 Commits (3)
43168f1patch support for clid7564b2fix mac buildc1b73b1format📊 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.