mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-31 04:25:40 +00:00
Fixed an issue where the UI mode switch confirmation dialog did not show the correct button descriptions if the controller type was PlayStation 1/2/3
This commit is contained in:
parent
c2444bcc1f
commit
109bcb35be
|
@ -133,7 +133,7 @@ std::string UIModeController::getFormattedPassKeyStr()
|
||||||
symbolX = "Y";
|
symbolX = "Y";
|
||||||
symbolY = "X";
|
symbolY = "X";
|
||||||
}
|
}
|
||||||
else if (controllerType == "ps4" || controllerType == "ps5") {
|
else if (controllerType == "ps123" || controllerType == "ps4" || controllerType == "ps5") {
|
||||||
#if defined(_MSC_VER) // MSVC compiler.
|
#if defined(_MSC_VER) // MSVC compiler.
|
||||||
// These symbols are far from perfect but you can at least understand what
|
// These symbols are far from perfect but you can at least understand what
|
||||||
// they are supposed to depict.
|
// they are supposed to depict.
|
||||||
|
|
Loading…
Reference in a new issue