summaryrefslogtreecommitdiff
path: root/src/citra_qt/bootmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
-rw-r--r--src/citra_qt/bootmanager.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp
index 0abae86c3..7699ca8d0 100644
--- a/src/citra_qt/bootmanager.cpp
+++ b/src/citra_qt/bootmanager.cpp
@@ -161,9 +161,7 @@ void GRenderWindow::OnFramebufferSizeChanged() {
161 qreal pixelRatio = windowPixelRatio(); 161 qreal pixelRatio = windowPixelRatio();
162 unsigned width = child->QPaintDevice::width() * pixelRatio; 162 unsigned width = child->QPaintDevice::width() * pixelRatio;
163 unsigned height = child->QPaintDevice::height() * pixelRatio; 163 unsigned height = child->QPaintDevice::height() * pixelRatio;
164 164 UpdateCurrentFramebufferLayout(width, height);
165 NotifyFramebufferLayoutChanged(
166 EmuWindow::FramebufferLayout::DefaultScreenLayout(width, height));
167} 165}
168 166
169void GRenderWindow::BackupGeometry() { 167void GRenderWindow::BackupGeometry() {