mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Merge pull request #13178 from jordan-woyak/input-expressions-conditional-op
InputCommon: Add ternary conditional operator to input expressions.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user