mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
367ab01a60
commit
3a0bf818ac
|
@ -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))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue