diff options
author | 2016-12-04 12:23:56 +1100 | |
---|---|---|
committer | 2016-12-15 17:00:34 +1100 | |
commit | be26ac9abfbf3bae97077b59b694d3148e0c473b (patch) | |
tree | 7830bb59fea508c1dd04a10dcc2181b3e84a573d /scripts/src/emu.lua | |
parent | 3c8a74ed6fd53b738f551162e3de91a570ff6ae0 (diff) |
coretmpl: add an associative LRU cache with map-like behaviour
selmenu: use LRU cache so icons don't all need to be reloaded on scroll
uismall.bdf: set default character for missing glyphs
rendfont.cpp:
* encapsulate many BDF and BDC handling details
* make file I/O 64-bit clean, check for allocation errors
* more solid BDF parser with error messages and trace logging
* fix heap smash when building bitmaps for BDF fonts
* extend BDC format to support high planes and default character
* render default character if glyph not found for BDF/BDC
Diffstat (limited to 'scripts/src/emu.lua')
-rw-r--r-- | scripts/src/emu.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/src/emu.lua b/scripts/src/emu.lua index cd94d54f925..b67226e1576 100644 --- a/scripts/src/emu.lua +++ b/scripts/src/emu.lua @@ -183,7 +183,6 @@ files { MAME_DIR .. "src/emu/video.h", MAME_DIR .. "src/emu/rendersw.hxx", MAME_DIR .. "src/emu/ui/uimain.h", - MAME_DIR .. "src/emu/ui/cmdrender.h", -- TODO: remove MAME_DIR .. "src/emu/ui/cmddata.h", -- TODO: remove MAME_DIR .. "src/emu/debug/debugcmd.cpp", MAME_DIR .. "src/emu/debug/debugcmd.h", |