mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-16 23:39:14 +00:00
ExpressionParser: Remove !while and add optional 2nd argument to !smooth.
This commit is contained in:
parent
ca7ce67450
commit
7912dc57dd
2 changed files with 6 additions and 37 deletions
|
@ -224,7 +224,6 @@ void IOWindow::CreateMainLayout()
|
|||
m_functions_combo->addItem(QStringLiteral("!sin"));
|
||||
m_functions_combo->addItem(QStringLiteral("!timer"));
|
||||
m_functions_combo->addItem(QStringLiteral("!toggle"));
|
||||
m_functions_combo->addItem(QStringLiteral("!while"));
|
||||
m_functions_combo->addItem(QStringLiteral("!deadzone"));
|
||||
m_functions_combo->addItem(QStringLiteral("!smooth"));
|
||||
m_functions_combo->addItem(QStringLiteral("!hold"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue