mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
ExpressionParser: Add XOR operator.
This commit is contained in:
parent
6282b0d83e
commit
1fe44238b1
3 changed files with 15 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue