GSDX: Ignore this commit, just deleting lines of code.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5302 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2012-06-17 17:54:09 +00:00
parent 0e9a4c1663
commit c9194b185a
1 changed files with 1 additions and 6 deletions

View File

@ -705,14 +705,9 @@ GSTextureCache::Source* GSTextureCache::CreateSource(const GIFRegTEX0& TEX0, con
GSVector4 sr(0, 0, w, h);
GSTexture* st = src->m_texture ? src->m_texture : dst->m_texture;
GSTexture *dt;
GSTexture *dt = m_renderer->m_dev->CreateRenderTarget(w, h, false);
if (m_paltex && psm.pal > 0)
{
dt = m_renderer->m_dev->CreateRenderTarget(w, h, false);
src->m_palette = m_renderer->m_dev->CreateTexture(256, 1);
}
else
dt = m_renderer->m_dev->CreateRenderTarget(w, h, false);
if(!src->m_texture)
{