summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Narr the Reg2022-08-18 17:46:39 -0500
committerGravatar GitHub2022-08-18 17:46:39 -0500
commitbfbee623407b9dead160466e88c0ffa69417d9a4 (patch)
treec4f61bd86d7b6c0a951eaebfe1fbf6c5885f3379
parentMerge pull request #8756 from Kelebek1/vol (diff)
downloadyuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.gz
yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.tar.xz
yuzu-bfbee623407b9dead160466e88c0ffa69417d9a4.zip
yuzu: Allow longer controller profile names
-rw-r--r--src/yuzu/configuration/configure_input_player.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input_player.cpp b/src/yuzu/configuration/configure_input_player.cpp
index 00bee85b2..109689c88 100644
--- a/src/yuzu/configuration/configure_input_player.cpp
+++ b/src/yuzu/configuration/configure_input_player.cpp
@@ -1475,7 +1475,7 @@ void ConfigureInputPlayer::keyPressEvent(QKeyEvent* event) {
1475 1475
1476void ConfigureInputPlayer::CreateProfile() { 1476void ConfigureInputPlayer::CreateProfile() {
1477 const auto profile_name = 1477 const auto profile_name =
1478 LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 20, 1478 LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 30,
1479 LimitableInputDialog::InputLimiter::Filesystem); 1479 LimitableInputDialog::InputLimiter::Filesystem);
1480 1480
1481 if (profile_name.isEmpty()) { 1481 if (profile_name.isEmpty()) {