mirror of https://github.com/PCSX2/pcsx2.git
gsdx tc: small hint for the compiler
This commit is contained in:
parent
055b9c57e7
commit
8424eeb4ee
|
@ -1536,7 +1536,7 @@ void GSTextureCache::Source::Update(const GSVector4i& rect)
|
|||
return;
|
||||
}
|
||||
|
||||
GSVector2i bs = GSLocalMemory::m_psm[m_TEX0.PSM].bs;
|
||||
const GSVector2i& bs = GSLocalMemory::m_psm[m_TEX0.PSM].bs;
|
||||
|
||||
int tw = std::max<int>(1 << m_TEX0.TW, bs.x);
|
||||
int th = std::max<int>(1 << m_TEX0.TH, bs.y);
|
||||
|
|
Loading…
Reference in New Issue