mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-17 19:00:29 -05: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