Browse Source
yuzu: Allow longer controller profile names
pull/15/merge
Narr the Reg
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/configuration/configure_input_player.cpp
|
|
|
@ -1475,7 +1475,7 @@ void ConfigureInputPlayer::keyPressEvent(QKeyEvent* event) { |
|
|
|
|
|
|
|
void ConfigureInputPlayer::CreateProfile() { |
|
|
|
const auto profile_name = |
|
|
|
LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 20, |
|
|
|
LimitableInputDialog::GetText(this, tr("New Profile"), tr("Enter a profile name:"), 1, 30, |
|
|
|
LimitableInputDialog::InputLimiter::Filesystem); |
|
|
|
|
|
|
|
if (profile_name.isEmpty()) { |
|
|
|
|