mirror of https://github.com/PCSX2/pcsx2.git
GameDB: Give slightly clearer message for GS Fix override
This commit is contained in:
parent
76e25cb738
commit
3e7d32c807
|
@ -330,7 +330,7 @@ u32 GameDatabaseSchema::GameEntry::applyGSHardwareFixes(Pcsx2Config::GSOptions&
|
||||||
// Only apply GS HW fixes if the user hasn't manually enabled HW fixes.
|
// Only apply GS HW fixes if the user hasn't manually enabled HW fixes.
|
||||||
const bool apply_auto_fixes = !config.ManualUserHacks;
|
const bool apply_auto_fixes = !config.ManualUserHacks;
|
||||||
if (!apply_auto_fixes)
|
if (!apply_auto_fixes)
|
||||||
Console.Warning("[GameDB] Hardware fixes are enabled, not using automatic fixes.");
|
Console.Warning("[GameDB] Manual GS hardware renderer fixes are enabled, not using automatic hardware renderer fixes from GameDB.");
|
||||||
|
|
||||||
u32 num_applied_fixes = 0;
|
u32 num_applied_fixes = 0;
|
||||||
for (const auto& [id, value] : gsHWFixes)
|
for (const auto& [id, value] : gsHWFixes)
|
||||||
|
|
Loading…
Reference in New Issue