mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Fix Auto-Adjust Window Size option making the window too large
This commit is contained in:
@ -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?
|
||||
|
Reference in New Issue
Block a user