Fix DirectX disconnect crash

This commit is contained in:
Agent X 2024-03-25 18:25:20 -04:00
parent 5eca2fc291
commit 3819bbe0a3
1 changed files with 2 additions and 0 deletions

View File

@ -748,6 +748,8 @@ struct GfxWindowManagerAPI gfx_dxgi = {
gfx_dxgi_set_cursor_visible,
gfx_dxgi_delay,
gfx_dxgi_get_max_msaa,
gfx_dxgi_set_window_title,
gfx_dxgi_reset_window_title
};
#endif