mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 13:41:15 +01:00
Corrected some control identifiers
This commit is contained in:
parent
f61cd593c5
commit
4b0e3dee62
@ -770,7 +770,7 @@ namespace DS4Windows
|
||||
}
|
||||
else if (Mapping.getBoolButtonMapping(cState.Square))
|
||||
{
|
||||
result = "Triangle";
|
||||
result = "Square";
|
||||
}
|
||||
else if (Mapping.getBoolButtonMapping(cState.L1))
|
||||
{
|
||||
@ -810,7 +810,7 @@ namespace DS4Windows
|
||||
}
|
||||
else if (Mapping.getBoolButtonMapping(cState.DpadRight))
|
||||
{
|
||||
result = "DpadRight";
|
||||
result = "Right";
|
||||
}
|
||||
else if (Mapping.getBoolButtonMapping(cState.Share))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user