mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 13:18:50 +00:00
DX11: Fix access violation on closing dolphin
This commit is contained in:
parent
f92c17e76f
commit
19fb3bb4fe
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ void Destroy()
|
||||||
context->ClearState();
|
context->ClearState();
|
||||||
context->Flush();
|
context->Flush();
|
||||||
|
|
||||||
|
dxgi_factory.Reset();
|
||||||
context.Reset();
|
context.Reset();
|
||||||
device1.Reset();
|
device1.Reset();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue