diff options
| author | 2019-01-19 17:34:43 +1100 | |
|---|---|---|
| committer | 2019-01-19 17:34:43 +1100 | |
| commit | 9198c2bd58d31310a324ad0180c57e503c630d0f (patch) | |
| tree | 71e3431c9be2088bf50d5d397f00d7de08bc633e /scripts/src | |
| parent | 3174c630780e1e2302f19e308ccdd73b1d3d4b01 (diff) | |
More UI stuff:
* Split up the different parts of ICO loading in the menus (locating files, scaling, drawing, etc.)
* Added icon support to software selection menu
* Added support for more ICO file variants, including PNG-in-ICO (new DIB parser is overkill for ICO but I can factor it out for BMP loading at some point)
* Added favourites filter for software menus - includes software that's favourited on any system, so GBC includes DMG favourties and vice versa
* Eliminated unnecessary member variables and O(n) walks in software selection menu
* Made the menus' cached texture structures a bit more efficient
Diffstat (limited to 'scripts/src')
| -rw-r--r-- | scripts/src/mame/frontend.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/mame/frontend.lua b/scripts/src/mame/frontend.lua index 60e955f8773..c8f21daa4a6 100644 --- a/scripts/src/mame/frontend.lua +++ b/scripts/src/mame/frontend.lua @@ -137,6 +137,7 @@ files { MAME_DIR .. "src/frontend/mame/ui/defimg.ipp", MAME_DIR .. "src/frontend/mame/ui/dirmenu.cpp", MAME_DIR .. "src/frontend/mame/ui/dirmenu.h", + MAME_DIR .. "src/frontend/mame/ui/icorender.cpp", MAME_DIR .. "src/frontend/mame/ui/icorender.h", MAME_DIR .. "src/frontend/mame/ui/inifile.cpp", MAME_DIR .. "src/frontend/mame/ui/inifile.h", |
