mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Fix DirectX disconnect crash
This commit is contained in:
parent
5eca2fc291
commit
3819bbe0a3
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue