GameDB: Give slightly clearer message for GS Fix override

This commit is contained in:
refractionpcsx2 2022-03-13 03:18:44 +00:00
parent 76e25cb738
commit 3e7d32c807
1 changed files with 1 additions and 1 deletions

View File

@ -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)