gsdx-ogl: oups forget a break

This commit is contained in:
Gregory Hainaut 2015-05-23 13:06:23 +02:00
parent b884e0c0c0
commit c507e816c2
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ void GSTextureCacheOGL::Read(Target* t, const GSVector4i& r)
case PSM_PSMZ16:
case PSM_PSMZ16S:
m_renderer->m_mem.WritePixel16(m.bits, m.pitch, off, r);
break;
default:
ASSERT(0);