diff options
Diffstat (limited to 'src/citra_qt/bootmanager.cpp')
| -rw-r--r-- | src/citra_qt/bootmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/citra_qt/bootmanager.cpp b/src/citra_qt/bootmanager.cpp index 7107bfc60..eb542ad4e 100644 --- a/src/citra_qt/bootmanager.cpp +++ b/src/citra_qt/bootmanager.cpp | |||
| @@ -12,8 +12,8 @@ | |||
| 12 | #include "common/microprofile.h" | 12 | #include "common/microprofile.h" |
| 13 | #include "common/scm_rev.h" | 13 | #include "common/scm_rev.h" |
| 14 | #include "common/string_util.h" | 14 | #include "common/string_util.h" |
| 15 | #include "core/3ds.h" | ||
| 16 | #include "core/core.h" | 15 | #include "core/core.h" |
| 16 | #include "core/frontend/framebuffer_layout.h" | ||
| 17 | #include "core/settings.h" | 17 | #include "core/settings.h" |
| 18 | #include "input_common/keyboard.h" | 18 | #include "input_common/keyboard.h" |
| 19 | #include "input_common/main.h" | 19 | #include "input_common/main.h" |
| @@ -271,7 +271,7 @@ void GRenderWindow::InitRenderTarget() { | |||
| 271 | child = new GGLWidgetInternal(fmt, this); | 271 | child = new GGLWidgetInternal(fmt, this); |
| 272 | QBoxLayout* layout = new QHBoxLayout(this); | 272 | QBoxLayout* layout = new QHBoxLayout(this); |
| 273 | 273 | ||
| 274 | resize(Core::kScreenTopWidth, Core::kScreenTopHeight + Core::kScreenBottomHeight); | 274 | resize(Layout::ScreenUndocked::Width, Layout::ScreenUndocked::Height); |
| 275 | layout->addWidget(child); | 275 | layout->addWidget(child); |
| 276 | layout->setMargin(0); | 276 | layout->setMargin(0); |
| 277 | setLayout(layout); | 277 | setLayout(layout); |