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:
Jules Blok
2016-11-09 01:09:40 +01:00
parent c21efa0cad
commit 0a194f8a3e
5 changed files with 1 additions and 11 deletions

View File

@ -803,8 +803,6 @@ void Renderer::SwapImpl(u32 xfb_addr, u32 fb_width, u32 fb_stride, u32 fb_height
SetWindowSize(fb_stride, fb_height);
const bool window_resized = CheckForResize();
const bool fullscreen = g_ActiveConfig.bFullscreen && !g_ActiveConfig.bBorderlessFullscreen &&
!SConfig::GetInstance().bRenderToMain;
bool xfb_changed = s_last_xfb_mode != g_ActiveConfig.bUseRealXFB;