mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Input: Add "abs" input expression function.
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user