diff --git a/pcsx2/GS/GSUtil.cpp b/pcsx2/GS/GSUtil.cpp index b5ed799972..502b820130 100644 --- a/pcsx2/GS/GSUtil.cpp +++ b/pcsx2/GS/GSUtil.cpp @@ -185,7 +185,7 @@ bool GSUtil::CheckSSE() CRCHackLevel GSUtil::GetRecommendedCRCHackLevel(GSRendererType type) { - return type == GSRendererType::OGL ? CRCHackLevel::Partial : CRCHackLevel::Full; + return type == GSRendererType::DX11 ? CRCHackLevel::Full : CRCHackLevel::Partial; } GSRendererType GSUtil::GetPreferredRenderer()