From 8e2f62c6a59f12be521b46c347f7efd8bf6a025d Mon Sep 17 00:00:00 2001 From: bunnei Date: Mon, 15 Jan 2018 13:09:14 -0500 Subject: settings: Fix button mappings array to have correct entries. --- src/core/settings.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/settings.h b/src/core/settings.h index bd9a3d9fe..56fb189ae 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -79,11 +79,16 @@ static const std::array mapping = {{ "button_lstick_up", "button_lstick_right", "button_lstick_down", + "button_rstick_left", + "button_rstick_up", + "button_rstick_right", + "button_rstick_down", "button_sl", "button_sr", "button_home", "button_screenshot", }}; + } // namespace NativeButton namespace NativeAnalog { @@ -95,8 +100,7 @@ enum Values { }; static const std::array mapping = {{ - "lstick", - "rstick", + "lstick", "rstick", }}; } // namespace NativeAnalog -- cgit v1.2.3