GS-hw: Properly disable skipdraw when userhacks are disabled.

This commit is contained in:
lightningterror 2022-01-27 17:39:32 +01:00
parent bf2613ee49
commit e9f8e5eebd
1 changed files with 1 additions and 1 deletions

View File

@ -1083,7 +1083,7 @@ bool GSState::IsBadFrame()
return false;
}
if (m_skip == 0 && (GSConfig.SkipDraw > 0))
if (m_skip == 0 && GSConfig.UserHacks && (GSConfig.SkipDraw > 0))
{
if (fi.TME)
{