mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-02 07:37:10 +02:00
stupid 1
This commit is contained in:
parent
2fabc93c56
commit
e7c9a7d29e
2 changed files with 4 additions and 4 deletions
|
|
@ -187,7 +187,7 @@ QString ConfigureInputPlayer::ButtonToText(const Common::ParamPackage& param) {
|
|||
const QString inverted = QString::fromStdString(param.Get("inverted", false) ? "!" : "");
|
||||
const QString invert = QString::fromStdString(param.Get("invert", "+") == "-" ? "-" : "");
|
||||
const QString turbo = QString::fromStdString(param.Get("turbo", false) ? "$" : "");
|
||||
const auto common_button_name = input_subsystem->GetInputButtonName(param);
|
||||
const auto common_button_name = input_subsystem->GetButtonName(param);
|
||||
|
||||
// Retrieve the names from Qt
|
||||
if (param.Get("engine", "") == "keyboard") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue