gsdx sw: restore the const reference

It was removed for PSX hack which was removed a couple of commits ago
This commit is contained in:
Gregory Hainaut 2016-10-06 20:02:22 +02:00
parent c66004bbb2
commit 79666b26c0
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ GSTexture* GSRendererSW::GetOutput(int i, int& y_offset)
{
Sync(1);
GSRegDISPFB DISPFB = m_regs->DISP[i].DISPFB;
const GSRegDISPFB& DISPFB = m_regs->DISP[i].DISPFB;
int w = DISPFB.FBW * 64;
int h = GetFrameRect(i).bottom;