mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
D3D: Fix Nvidia 3D Vision memory leak
This commit is contained in:
parent
ea2bcb44f0
commit
a6ac7dd5bd
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ void TeardownDeviceObjects()
|
||||||
SAFE_RELEASE(resetdepthstate);
|
SAFE_RELEASE(resetdepthstate);
|
||||||
SAFE_RELEASE(resetraststate);
|
SAFE_RELEASE(resetraststate);
|
||||||
SAFE_RELEASE(s_screenshot_texture);
|
SAFE_RELEASE(s_screenshot_texture);
|
||||||
|
SAFE_RELEASE(s_3d_vision_texture);
|
||||||
|
|
||||||
s_television.Shutdown();
|
s_television.Shutdown();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue