mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 08:46:03 +03:00
[PR #1173] [MERGED] fix wolf2022 cheats download #1970
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#1970
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/1173
Author: @DanielSvoboda
Created: 10/1/2024
Status: ✅ Merged
Merged: 10/1/2024
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (1)
485eb0afix wolf2022 cheats download📊 Changes
1 file changed (+76 additions, -41 deletions)
View changed files
📝
src/qt_gui/cheats_patches.cpp(+76 -41)📄 Description
in short, this will download more wolf2022 cheats if available, not just 1
Before, it only downloaded 1 cheat file from the wolf2022 server,
but there may be more than one file, as in the print below, it only downloaded the file CUSA04885_01.00_wolf2022.json which was made by Tyler, but as you can see in the second print there is another cheat from another author TLH CUSA04885_1.00_wolf2022.json.
The version number does not have the 0 at the beginning and in a way this was ignored.
*this affects 79 games, not just the one I'm showing
The file name was also added to the message asking if you want to replace it because there is already a file with the same name.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.