That wasn't supposed to go on the svn :p

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4772 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
ramapcsx2 2011-06-25 16:53:13 +00:00
parent 367ab01a60
commit 3a0bf818ac
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ GSVector2i GSState::GetDeviceSize(int i)
}*/
//Fixme : Just slightly better than the hack above
if(m_regs->SMODE2.INT && !m_regs->SMODE2.FFMD && h > 1)
if(m_regs->SMODE2.INT && m_regs->SMODE2.FFMD && h > 1)
{
if (IsEnabled(0) || IsEnabled(1))
{