From 7efa96c732af4cb409c6845e90984274c7799dfe Mon Sep 17 00:00:00 2001 From: lightningterror <18107717+lightningterror@users.noreply.github.com> Date: Wed, 12 May 2021 18:20:54 +0200 Subject: [PATCH] pad: Update log that mentioned plugin settings. --- pcsx2/PAD/Windows/PAD.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/PAD/Windows/PAD.cpp b/pcsx2/PAD/Windows/PAD.cpp index 9ac2a1f189..e637905ac4 100644 --- a/pcsx2/PAD/Windows/PAD.cpp +++ b/pcsx2/PAD/Windows/PAD.cpp @@ -590,7 +590,7 @@ void Update(unsigned int port, unsigned int slot) if (!currentDeviceActiveAndBound && activeWindow) { if (anyDeviceActiveAndBound) - Console.Warning("PAD: Warning! No controls are bound to a currently attached device!\nPlease attach a controller that has been setup for use with PAD or go to the Plugin settings and setup new controls.\n"); + Console.Warning("PAD: Warning! No controls are bound to a currently attached device!\nPlease attach a controller that has been setup for use with PAD or go to GamePad Settings and setup new controls.\n"); anyDeviceActiveAndBound = false; } dm->PostRead();