gsdx: add a small comment to ease code reading

This commit is contained in:
Gregory Hainaut 2016-04-21 09:13:16 +02:00
parent b5ec683318
commit 3709b5aecc
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ GSTextureCache::Target* GSTextureCache::LookupTarget(const GIFRegTEX0& TEX0, int
{
dst->m_texture->SetScale(GSVector2((float)multiplier, (float)multiplier));
}
else
else // Custom resolution hack
{
GSVector4i fr = m_renderer->GetFrameRect();