mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
add missing controller icon strings
This commit is contained in:
parent
c51d4cfed6
commit
aa0a1da021
1 changed files with 2 additions and 2 deletions
|
|
@ -236,8 +236,8 @@ CONFIG_DEFINE_ENUM_LOCALE(EControllerIcons)
|
||||||
ELanguage::German,
|
ELanguage::German,
|
||||||
{
|
{
|
||||||
{ EControllerIcons::Auto, { "AUTO", "Auto: Das Spiel erkennt automatisch deinen Controller um die Symbole dementsprechend anzupassen." } },
|
{ EControllerIcons::Auto, { "AUTO", "Auto: Das Spiel erkennt automatisch deinen Controller um die Symbole dementsprechend anzupassen." } },
|
||||||
{ EControllerIcons::Xbox, { "", "" } },
|
{ EControllerIcons::Xbox, { "XBOX", "" } },
|
||||||
{ EControllerIcons::PlayStation, { "", "" } }
|
{ EControllerIcons::PlayStation, { "PLAYSTATION", "" } }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue