From bc17798ef26a56e2df3b2145f3cbccccd53d90a2 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 22 Jul 2013 02:36:26 -0400 Subject: InputConfigDiag: Add a simple error status label This tells you what you did wrong at a high level if you messed up. --- Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h') diff --git a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h index 711f393894..00b4b2c07d 100644 --- a/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h +++ b/Source/Core/InputCommon/Src/ControllerInterface/ControllerInterface.h @@ -64,6 +64,7 @@ public: ControlState range; std::string expression; const bool is_input; + ciface::ExpressionParser::ExpressionParseStatus parse_error; virtual ~ControlReference() { delete parsed_expression; -- cgit v1.2.3