mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Merge pull request #8419 from jordan-woyak/xor-op
ExpressionParser: Add XOR operator.
This commit is contained in:
commit
6991b39289
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