diff options
author | 2016-02-17 11:32:06 +0100 | |
---|---|---|
committer | 2016-02-17 11:32:06 +0100 | |
commit | 32630f09aacaec2d9c3eaf384dd80f886f50c3ac (patch) | |
tree | 2d5b9e3e352b9ebee27c58f1db5f4531972b17ea /src/emu/ui/utils.h | |
parent | 97f515d8c4f49013a17856893f9c1802867b5711 (diff) |
menu: allocate and draw icons only if available. nw
Diffstat (limited to 'src/emu/ui/utils.h')
-rw-r--r-- | src/emu/ui/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/ui/utils.h b/src/emu/ui/utils.h index 232fb3ccb41..3c8da8ab16e 100644 --- a/src/emu/ui/utils.h +++ b/src/emu/ui/utils.h @@ -208,6 +208,7 @@ struct ui_globals static bool switch_image, redraw_icon, default_image, reset; static int visible_main_lines, visible_sw_lines; static UINT16 panels_status; + static bool has_icons; }; #define main_struct(name) \ |