diff options
Diffstat (limited to 'src/emu/input.cpp')
-rw-r--r-- | src/emu/input.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/input.cpp b/src/emu/input.cpp index c8959349b88..5c49d1c2dab 100644 --- a/src/emu/input.cpp +++ b/src/emu/input.cpp @@ -1086,6 +1086,8 @@ s32 input_manager::seq_axis_value(const input_seq &seq, input_item_class &itemcl if (enable) enable = code_pressed(code) ^ invert; // FIXME: need to clear current group value if enable became false + // you can't create a sequence where this matters using the internal UI, + // but you can by editing a CFG file (or controller config file) } else { |