mirror of https://github.com/PCSX2/pcsx2.git
pad: Update log that mentioned plugin settings.
This commit is contained in:
parent
2eb6d9a0fb
commit
7efa96c732
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue