mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
VideoConfig: Remove fullscreen flags.
These weren't actually settings, they were used as a bad way to communicate with the GPU thread.
This commit is contained in:
parent
c21efa0cad
commit
0a194f8a3e
5 changed files with 1 additions and 11 deletions
|
@ -315,7 +315,7 @@ HRESULT Create(HWND wnd)
|
|||
swap_chain_desc.OutputWindow = wnd;
|
||||
swap_chain_desc.SampleDesc.Count = 1;
|
||||
swap_chain_desc.SampleDesc.Quality = 0;
|
||||
swap_chain_desc.Windowed = !g_Config.bFullscreen;
|
||||
swap_chain_desc.Windowed = TRUE;
|
||||
|
||||
DXGI_OUTPUT_DESC out_desc = {};
|
||||
output->GetDesc(&out_desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue