1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-07-25 22:06:51 +00:00

Merge pull request from FearlessTobi/port-1429-1431

Port  and : Minor configuration changes
This commit is contained in:
Weiyi Wang 2018-10-04 19:38:54 -04:00 committed by GitHub
commit cdf8d80c87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 20 deletions
src/citra_qt/configuration

View file

@ -184,9 +184,9 @@ ConfigureInput::ConfigureInput(QWidget* parent)
});
}
connect(analog_map_stick[analog_id], &QPushButton::released, [=]() {
QMessageBox::information(
this, "Information",
"After pressing OK, first move your joystick horizontally, and then vertically.");
QMessageBox::information(this, tr("Information"),
tr("After pressing OK, first move your joystick horizontally, "
"and then vertically."));
handleClick(
analog_map_stick[analog_id],
[=](const Common::ParamPackage& params) { analogs_param[analog_id] = params; },