mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-24 09:24:15 +08:00
DX9 Hook info comment
This commit is contained in:
parent
c293c1ae05
commit
e674cd96e5
@ -183,6 +183,8 @@ DX9_Hook::~DX9_Hook()
|
||||
|
||||
if (_hooked)
|
||||
{
|
||||
//ImGui_ImplDX9_Shutdown(); This makes some games hang when Releasing the D3D9 device (pDevice->Release())
|
||||
// maybe because D3D is already shut down when we try to free the device?
|
||||
ImGui_ImplDX9_InvalidateDeviceObjects();
|
||||
ImGui_ImplWin32_Shutdown();
|
||||
ImGui::DestroyContext();
|
||||
|
Loading…
x
Reference in New Issue
Block a user