From 3709b5aecc765356540ac94d482e1e846c06eab9 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Thu, 21 Apr 2016 09:13:16 +0200 Subject: [PATCH] gsdx: add a small comment to ease code reading --- plugins/GSdx/GSTextureCache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/GSdx/GSTextureCache.cpp b/plugins/GSdx/GSTextureCache.cpp index 51fd21efbd..715249b962 100644 --- a/plugins/GSdx/GSTextureCache.cpp +++ b/plugins/GSdx/GSTextureCache.cpp @@ -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();