From 98f5d8a713966e960f0e4d4f520b67786ebad9d9 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 28 Aug 2020 19:15:06 -0400 Subject: input_common/main: Remove unnecessary headers --- src/input_common/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/input_common/settings.h') diff --git a/src/input_common/settings.h b/src/input_common/settings.h index 8e481a7fe..2d258960b 100644 --- a/src/input_common/settings.h +++ b/src/input_common/settings.h @@ -10,7 +10,7 @@ namespace Settings { namespace NativeButton { -enum Values { +enum Values : int { A, B, X, @@ -52,7 +52,7 @@ extern const std::array mapping; } // namespace NativeButton namespace NativeAnalog { -enum Values { +enum Values : int { LStick, RStick, -- cgit v1.2.3