diff options
author | 2019-11-21 16:07:04 +1100 | |
---|---|---|
committer | 2019-11-21 16:07:04 +1100 | |
commit | eaf07fffa33296500c4a6d35bf64a9098ca35fc0 (patch) | |
tree | f4d699a1de44c4a01d23120512f17debd6afd975 /scripts | |
parent | 0ec88f2ff75fcc65191c0c89ad47f635ebb8c51a (diff) |
UI input menu: treat codes containing a postive and negative of the same thing as invalid (e.g. A S not A)
ioport.cpp:
* better than 50% reduction in compile time, and better locality for static data
* better encapsulation, const correctness and noexcept usage
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/emu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index 197e4181258..1561bb1b691 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -159,7 +159,7 @@ files { MAME_DIR .. "src/emu/inputdev.h", MAME_DIR .. "src/emu/ioport.cpp", MAME_DIR .. "src/emu/ioport.h", - MAME_DIR .. "src/emu/inpttype.h", + MAME_DIR .. "src/emu/inpttype.ipp", MAME_DIR .. "src/emu/logmacro.h", MAME_DIR .. "src/emu/machine.cpp", MAME_DIR .. "src/emu/machine.h", |