mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
d3d12: Fix double release
This commit is contained in:
parent
7a431e85f6
commit
b81fd13232
1 changed files with 0 additions and 1 deletions
|
@ -1300,7 +1300,6 @@ void D3D12GSRender::semaphorePGRAPHBackendRelease(u32 offset, u32 value)
|
|||
writeDest->Release();
|
||||
depthConverted->Release();
|
||||
descriptorHeap->Release();
|
||||
fence->Release();
|
||||
downloadCommandList->Release();
|
||||
convertCommandList->Release();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue