summaryrefslogtreecommitdiffstats
path: root/src/common/key_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/key_map.h')
-rw-r--r--src/common/key_map.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common/key_map.h b/src/common/key_map.h
index 0438a14e0..ec371bdde 100644
--- a/src/common/key_map.h
+++ b/src/common/key_map.h
@@ -13,7 +13,11 @@ class EmuWindow;
namespace KeyMap {
enum class IndirectTarget {
- CIRCLE_PAD_UP, CIRCLE_PAD_DOWN, CIRCLE_PAD_LEFT, CIRCLE_PAD_RIGHT,
+ CIRCLE_PAD_UP,
+ CIRCLE_PAD_DOWN,
+ CIRCLE_PAD_LEFT,
+ CIRCLE_PAD_RIGHT,
+ CIRCLE_PAD_MODIFIER,
};
/**