summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/inputmap.h
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-03-31 16:51:28 -0400
committer AJR <ajrhacker@users.noreply.github.com>2017-03-31 16:51:28 -0400
commit36406e792ed61fe1ffbea9f1efabc25fe9a336c4 (patch)
tree972f9f7915f74b3d97fa5a966fa396b8b143e2e6 /src/frontend/mame/ui/inputmap.h
parent448f68f2d090cf541705e8fa4c07b390057cb420 (diff)
UI input map fixes
- Fix a longstanding bug that prevented binding several ORed buttons to any input belonging to a non-root device. - Fix a visual glitch when assigning inputs to analog sequences.
Diffstat (limited to 'src/frontend/mame/ui/inputmap.h')
-rw-r--r--src/frontend/mame/ui/inputmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/inputmap.h b/src/frontend/mame/ui/inputmap.h
index 5962d3e592e..ba48e7dee9f 100644
--- a/src/frontend/mame/ui/inputmap.h
+++ b/src/frontend/mame/ui/inputmap.h
@@ -66,7 +66,7 @@ protected:
input_item_data * pollingitem;
private:
- uint16_t last_sortorder;
+ uint32_t last_sortorder;
bool record_next;
input_seq starting_seq;