minimize window on RestoreDisplayMode

This commit is contained in:
FunkyFr3sh 2024-09-02 18:52:19 +02:00
parent ac910cd4e9
commit 5194543aca

View file

@ -640,6 +640,8 @@ HRESULT dd_RestoreDisplayMode()
}
}
real_ShowWindow(g_ddraw.hwnd, SW_MINIMIZE);
return DD_OK;
}