Update to hints, add help layout images to controller setup page (WIP)

This commit is contained in:
Soniccd123
2024-12-29 13:13:12 -03:00
parent 62bfbbc3a7
commit d8b6a02494
3 changed files with 401 additions and 2 deletions

View File

@@ -2514,7 +2514,7 @@ wchar *CControllerConfigManager::GetControllerSettingTextWithOrderNumber(e_Contr
}
}
if ((CPad::GetPad(0)->Mode == 1) && (CPad::GetPad(0)->IsDualAnalog == 0)) // Dual Stick, PS2 like bindings
if ((CPad::GetPad(0)->Mode == 1) && (CPad::GetPad(0)->IsDualAnalog == 1)) // Dual Stick, PS2 like bindings
{
switch (action)
{