mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
InputCommon: Add ternary conditional operator to input expressions.
This commit is contained in:
parent
7e1074b140
commit
5078a63084
3 changed files with 52 additions and 13 deletions
|
@ -26,6 +26,8 @@ enum TokenType
|
|||
TOK_BAREWORD,
|
||||
TOK_COMMENT,
|
||||
TOK_HOTKEY,
|
||||
TOK_QUESTION,
|
||||
TOK_COLON,
|
||||
// Binary Ops:
|
||||
TOK_BINARY_OPS_BEGIN,
|
||||
TOK_AND = TOK_BINARY_OPS_BEGIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue