diff --git a/clients/android/app/src/main/kotlin/io/unom/punktfunk/ControllersScreen.kt b/clients/android/app/src/main/kotlin/io/unom/punktfunk/ControllersScreen.kt index e5a9169b..9aca433c 100644 --- a/clients/android/app/src/main/kotlin/io/unom/punktfunk/ControllersScreen.kt +++ b/clients/android/app/src/main/kotlin/io/unom/punktfunk/ControllersScreen.kt @@ -389,6 +389,7 @@ private fun prefLabel(pref: Int): String = when (pref) { Gamepad.PREF_STEAMDECK -> "Steam Deck" Gamepad.PREF_DUALSENSEEDGE -> "DualSense Edge" Gamepad.PREF_SWITCHPRO -> "Switch Pro" + Gamepad.PREF_STEAMCONTROLLER2 -> "Steam Controller 2" else -> "Automatic" }