mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-25 01:01:37 -05:00
ExpressionParser: Add XOR operator.
This commit is contained in:
@@ -234,6 +234,7 @@ void IOWindow::CreateMainLayout()
|
||||
m_operators_combo->addItem(tr("> Greater-than"));
|
||||
m_operators_combo->addItem(tr("< Less-than"));
|
||||
m_operators_combo->addItem(tr("& And"));
|
||||
m_operators_combo->addItem(tr("^ Xor"));
|
||||
}
|
||||
m_operators_combo->addItem(tr("| Or"));
|
||||
if (m_type == Type::Input)
|
||||
|
||||
Reference in New Issue
Block a user