diff options
| -rw-r--r-- | src/yuzu/configuration/configure_input_player.cpp | 2 |
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 72640f5e7..56ab32a35 100644 --- a/src/yuzu/configuration/configure_input_player.cpp +++ b/src/yuzu/configuration/configure_input_player.cpp | |||
| @@ -1137,7 +1137,7 @@ void ConfigureInputPlayer::CreateProfile() { | |||
| 1137 | return; | 1137 | return; |
| 1138 | } | 1138 | } |
| 1139 | 1139 | ||
| 1140 | if (!profiles->IsProfileNameValid(profile_name.toStdString())) { | 1140 | if (!InputProfiles::IsProfileNameValid(profile_name.toStdString())) { |
| 1141 | QMessageBox::critical(this, tr("Create Input Profile"), | 1141 | QMessageBox::critical(this, tr("Create Input Profile"), |
| 1142 | tr("The given profile name is not valid!")); | 1142 | tr("The given profile name is not valid!")); |
| 1143 | return; | 1143 | return; |