input_common: Remove duplicated DriverResult enum
This commit is contained in:
parent
c64b5c642f
commit
38b68d1783
21 changed files with 523 additions and 479 deletions
|
@ -305,6 +305,9 @@ void ConfigureRingController::EnableRingController() {
|
|||
QMessageBox::warning(this, dialog_title,
|
||||
tr("The current mapped device doesn't have a ring attached"));
|
||||
break;
|
||||
case Common::Input::DriverResult::InvalidHandle:
|
||||
QMessageBox::warning(this, dialog_title, tr("The current mapped device is not connected"));
|
||||
break;
|
||||
default:
|
||||
QMessageBox::warning(this, dialog_title,
|
||||
tr("Unexpected driver result %1").arg(static_cast<int>(result)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue