Skip to content
Snippets Groups Projects
Unverified Commit 1088e8ce authored by liamwhite's avatar liamwhite Committed by GitHub
Browse files

Merge pull request #8783 from german77/looong

yuzu: Allow longer controller profile names
parents 7a3e5fe9 bfbee623
No related branches found
No related tags found
No related merge requests found
......@@ -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()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment