OSD: Add warning for hash cache setting overriding texture replace/dump#13492
Open
TheTechnician27 wants to merge 1 commit intoPCSX2:masterfrom
Open
OSD: Add warning for hash cache setting overriding texture replace/dump#13492TheTechnician27 wants to merge 1 commit intoPCSX2:masterfrom
TheTechnician27 wants to merge 1 commit intoPCSX2:masterfrom
Conversation
0d6b7a7 to
3ca4eae
Compare
97e4076 to
a5a8a46
Compare
RedPanda4552
reviewed
Nov 5, 2025
Contributor
RedPanda4552
left a comment
There was a problem hiding this comment.
Looks good, review only, can't smoke test right now.
a5a8a46 to
f060afe
Compare
f060afe to
ea26e59
Compare
7c81df0 to
281c092
Compare
29634f3 to
4164598
Compare
Mrlinkwii
approved these changes
Nov 9, 2025
4164598 to
278cc70
Compare
JordanTheToaster
approved these changes
Dec 6, 2025
F0bes
requested changes
Dec 12, 2025
| { | ||
| for (const auto& speed_hack : speedHacks) | ||
| { | ||
| if (speed_hack.first == queried_speed_hack) |
| { | ||
| for (const auto& hardware_fix : gsHWFixes) | ||
| { | ||
| if (hardware_fix.first == queried_hardware_fix) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description of Changes
.inifile.GameDatabaseSchema::Entrywhich let you look up speed hack and GS HW fix values.Example Screenshots
Ignore the first two lacking an icon; this is from an earlier build.



Took up what I thought was a reasonable suggestion from RedPanda4552.
Suggested Testing Steps
Did you use AI to help find, test, or implement this issue or feature?
No.