From 7c768b68333b1a3862ced7cb72a575a12541ea54 Mon Sep 17 00:00:00 2001 From: Ty Lamontagne Date: Sat, 18 Oct 2025 13:29:13 -0400 Subject: [PATCH] Qt: Mouse Lock: Add warning about mixed-resolution non 100% DPI configs --- pcsx2-qt/Settings/InterfaceSettingsWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp index c5f1b5e065..7157016387 100644 --- a/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp +++ b/pcsx2-qt/Settings/InterfaceSettingsWidget.cpp @@ -200,7 +200,7 @@ InterfaceSettingsWidget::InterfaceSettingsWidget(SettingsWindow* settings_dialog tr("Shows the game you are currently playing as part of your profile in Discord.")); dialog()->registerWidgetHelp( m_ui.mouseLock, tr("Enable Mouse Lock"), tr("Unchecked"), - tr("Locks the mouse cursor to the windows when PCSX2 is in focus and all other windows are closed.
Unavailable on Linux Wayland.
Requires accessibility permissions on macOS.")); + tr("Locks the mouse cursor to the windows when PCSX2 is in focus and all other windows are closed.
Unavailable on Linux Wayland.
Requires accessibility permissions on macOS.
Limited support for mixed-resolution with non-100% DPI configurations.")); dialog()->registerWidgetHelp( m_ui.doubleClickTogglesFullscreen, tr("Double-Click Toggles Fullscreen"), tr("Checked"), tr("Allows switching in and out of fullscreen mode by double-clicking the game window."));