diff options
author | 2008-08-07 16:02:05 +0000 | |
---|---|---|
committer | 2008-08-07 16:02:05 +0000 | |
commit | b40a4f5531d840be9d9838702cce658fcb11f194 (patch) | |
tree | 03affa9799c5f25b176f97edde011df913bb59c4 /src/emu/ui.c | |
parent | 9df01a28965b68eededf472e609bb2615ab11dcb (diff) |
Cleanups and version bump.mame0126u4
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r-- | src/emu/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c index e10b854d3d2..975c7818426 100644 --- a/src/emu/ui.c +++ b/src/emu/ui.c @@ -429,7 +429,7 @@ void ui_update_and_render(running_machine *machine) if (alpha >= 0) render_ui_add_rect(0.0f, 0.0f, 1.0f, 1.0f, MAKE_ARGB(alpha,0x00,0x00,0x00), PRIMFLAG_BLENDMODE(BLENDMODE_ALPHA)); } - + /* render any cheat stuff at the bottom */ cheat_render_text(machine); |