diff options
author | 2014-04-15 23:02:27 +0000 | |
---|---|---|
committer | 2014-04-15 23:02:27 +0000 | |
commit | dfc6a4a16f2a8c08400fe3bb0e90fa86e0ab8d3b (patch) | |
tree | 4456791ead3fc93331d49fca59453df622679922 /src | |
parent | 2365ce7efba891fb1092f71b8ddf2e192664a889 (diff) |
Adding dummy IPT_UI_* slots as a temporary measure
Diffstat (limited to 'src')
-rw-r--r-- | src/emu/ioport.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/emu/ioport.h b/src/emu/ioport.h index e0363bad947..3007cd7e401 100644 --- a/src/emu/ioport.h +++ b/src/emu/ioport.h @@ -369,6 +369,13 @@ enum ioport_type IPT_UI_PASTE, IPT_UI_SAVE_STATE, IPT_UI_LOAD_STATE, + + // dummy slots that will likely be filled soon (putting these in as a temporary convenience) + IPT_UI_DUMMY1, + IPT_UI_DUMMY2, + IPT_UI_DUMMY3, + IPT_UI_DUMMY4, + IPT_UI_DUMMY5, // additional OSD-specified UI port types (up to 16) IPT_OSD_1, |