gsdx: add uncommit in recycle

This commit is contained in:
Kojin 2019-02-14 12:30:24 -05:00 committed by lightningterror
parent 4e675ef6e1
commit a1cdeb2fd1
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ void GSDevice::Recycle(GSTexture* t)
{
if(t)
{
t->Uncommit();
t->last_frame_used = m_frame;
m_pool.push_front(t);