mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
InputConfigDiag: Add a simple error status label
This tells you what you did wrong at a high level if you messed up.
This commit is contained in:
@ -64,6 +64,7 @@ public:
|
||||
ControlState range;
|
||||
std::string expression;
|
||||
const bool is_input;
|
||||
ciface::ExpressionParser::ExpressionParseStatus parse_error;
|
||||
|
||||
virtual ~ControlReference() {
|
||||
delete parsed_expression;
|
||||
|
Reference in New Issue
Block a user