Skip to content

Commit 42e13d2

Browse files
committed
Qt: Fix exclusive fullscreen sometimes appearing on wrong screen
1 parent 818583d commit 42e13d2

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
@@ -2455,7 +2455,7 @@ void MainWindow::createDisplayWidget(bool fullscreen, bool render_to_main)
24552455
m_display_container = m_display_surface->createWindowContainer(getContentParent());
24562456
}
24572457

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

0 commit comments

Comments
 (0)