mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
ExpressionParser: Remove !while and add optional 2nd argument to !smooth.
This commit is contained in:
@ -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"));
|
||||
|
Reference in New Issue
Block a user