From aa0a1da0218139f9dc37b9d496683c0035fabfda Mon Sep 17 00:00:00 2001 From: Michael <15317421+ActualMandM@users.noreply.github.com> Date: Wed, 19 Feb 2025 22:02:42 -0800 Subject: [PATCH] add missing controller icon strings --- UnleashedRecomp/locale/config_locale.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnleashedRecomp/locale/config_locale.cpp b/UnleashedRecomp/locale/config_locale.cpp index f924c828..db34936c 100644 --- a/UnleashedRecomp/locale/config_locale.cpp +++ b/UnleashedRecomp/locale/config_locale.cpp @@ -236,8 +236,8 @@ CONFIG_DEFINE_ENUM_LOCALE(EControllerIcons) ELanguage::German, { { EControllerIcons::Auto, { "AUTO", "Auto: Das Spiel erkennt automatisch deinen Controller um die Symbole dementsprechend anzupassen." } }, - { EControllerIcons::Xbox, { "", "" } }, - { EControllerIcons::PlayStation, { "", "" } } + { EControllerIcons::Xbox, { "XBOX", "" } }, + { EControllerIcons::PlayStation, { "PLAYSTATION", "" } } } }, {