GameDatabase: Merge compatibility messages

This commit is contained in:
Stenzek
2024-07-22 13:55:02 +10:00
parent fe55446c25
commit deed0c9713
10 changed files with 74 additions and 142 deletions

View File

@ -3527,7 +3527,7 @@ void GPU_HW::UpdateDisplay()
SetDisplayTexture(m_vram_extract_texture.get(), depth_source ? m_vram_extract_depth_texture.get() : nullptr, 0, 0,
scaled_display_width, read_height);
if (g_settings.gpu_24bit_chroma_smoothing)
if (g_settings.display_24bit_chroma_smoothing)
{
if (ApplyChromaSmoothing())
{