mirror of https://github.com/PCSX2/pcsx2.git
gsdx: add uncommit in recycle
This commit is contained in:
parent
4e675ef6e1
commit
a1cdeb2fd1
|
@ -163,6 +163,7 @@ void GSDevice::Recycle(GSTexture* t)
|
||||||
{
|
{
|
||||||
if(t)
|
if(t)
|
||||||
{
|
{
|
||||||
|
t->Uncommit();
|
||||||
t->last_frame_used = m_frame;
|
t->last_frame_used = m_frame;
|
||||||
|
|
||||||
m_pool.push_front(t);
|
m_pool.push_front(t);
|
||||||
|
|
Loading…
Reference in New Issue