mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-31 06:38:01 +00:00
Input: Add "abs" input expression function.
This commit is contained in:
parent
a056a1366f
commit
f5b9049421
2 changed files with 19 additions and 0 deletions
|
@ -303,6 +303,7 @@ void IOWindow::CreateMainLayout()
|
|||
m_functions_combo->addItem(QStringLiteral("min"));
|
||||
m_functions_combo->addItem(QStringLiteral("max"));
|
||||
m_functions_combo->addItem(QStringLiteral("clamp"));
|
||||
m_functions_combo->addItem(QStringLiteral("abs"));
|
||||
|
||||
m_variables_combo = new QComboBoxWithMouseWheelDisabled(this);
|
||||
m_variables_combo->addItem(tr("User Variables"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue