Merge pull request #6303 from TraceBullet/auto-adjust-window-size

Fix Auto-Adjust Window Size option making the window too large
This commit is contained in:
Stenzek
2018-01-29 17:28:44 +10:00
committed by GitHub
4 changed files with 6 additions and 13 deletions

View File

@ -1430,8 +1430,6 @@ void Renderer::SwapImpl(AbstractTexture* texture, const EFBRectangle& xfb_region
}
#endif
// Update the render window position and the backbuffer size
SetWindowSize(xfb_texture->GetConfig().width, xfb_texture->GetConfig().height);
GLInterface->Update();
// Was the size changed since the last frame?