mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 19:18:15 -05:00
yuzu: config: Vibrate the controller while configuring vibration strength
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user