Skip to content

Commit 43cac70

Browse files
committed
Qt: Fix exclusive fullscreen sometimes appearing on wrong screen
1 parent 8be860b commit 43cac70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pcsx2-qt/MainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2454,7 +2454,7 @@ void MainWindow::createDisplayWidget(bool fullscreen, bool render_to_main)
24542454
m_display_container = m_display_surface->createWindowContainer(getContentParent());
24552455
}
24562456

2457-
if (fullscreen)
2457+
if (fullscreen || g_emu_thread->isExclusiveFullscreen())
24582458
{
24592459
// On Wayland, while move/restoreGeometry can't position the window, it can influence which screen they show up on.
24602460
// Other platforms can position windows fine, but the only thing that matters here is the screen.

0 commit comments

Comments
 (0)