pad: Update log that mentioned plugin settings.

This commit is contained in:
lightningterror 2021-05-12 18:20:54 +02:00
parent 2eb6d9a0fb
commit 7efa96c732
1 changed files with 1 additions and 1 deletions

View File

@ -590,7 +590,7 @@ void Update(unsigned int port, unsigned int slot)
if (!currentDeviceActiveAndBound && activeWindow) if (!currentDeviceActiveAndBound && activeWindow)
{ {
if (anyDeviceActiveAndBound) 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; anyDeviceActiveAndBound = false;
} }
dm->PostRead(); dm->PostRead();