yuzu: config: Vibrate the controller while configuring vibration strength

This commit is contained in:
Narr the Reg
2022-02-02 14:53:15 -06:00
parent 79e8f4abe8
commit 694c078655
5 changed files with 95 additions and 8 deletions

View File

@ -257,7 +257,7 @@ void QtControllerSelectorDialog::LoadConfiguration() {
}
void QtControllerSelectorDialog::CallConfigureVibrationDialog() {
ConfigureVibration dialog(this);
ConfigureVibration dialog(this, system.HIDCore());
dialog.setWindowFlags(Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint |
Qt::WindowSystemMenuHint);