mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
D3D: Add exclusive fullscreen support.
This commit is contained in:
parent
d72375fdfa
commit
77bc879384
5 changed files with 14 additions and 2 deletions
|
@ -431,6 +431,9 @@ void Reset()
|
|||
// release all back buffer references
|
||||
SAFE_RELEASE(backbuf);
|
||||
|
||||
// apply fullscreen state
|
||||
D3D::swapchain->SetFullscreenState(g_ActiveConfig.bFullscreen, nullptr);
|
||||
|
||||
// resize swapchain buffers
|
||||
RECT client;
|
||||
GetClientRect(hWnd, &client);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue