mirror of https://github.com/PCSX2/pcsx2.git
gsdx-hw: Fix incorrect variable name when tc is disabled.
Allows to compile gsdx with tc disabled properly again.
This commit is contained in:
parent
e89f46139b
commit
e6d42338ad
|
@ -1254,10 +1254,8 @@ void GSRendererHW::Draw()
|
|||
}
|
||||
|
||||
#ifdef DISABLE_HW_TEXTURE_CACHE
|
||||
|
||||
if (rt)
|
||||
m_tc->Read(rt, r);
|
||||
|
||||
m_tc->Read(rt, m_r);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue