diff options
author | 2010-10-24 06:32:07 +0000 | |
---|---|---|
committer | 2010-10-24 06:32:07 +0000 | |
commit | 4cd55f3c0ad2c12fe61a112a2e6fbdbc83fa616b (patch) | |
tree | a3bad59c7a3554f7f206c1ac0a4d2aadae71292d /src/emu/debugint/debugint.c | |
parent | 59559fe28278ed77ac11f3471520f210647a191f (diff) |
Use "default" font for artwork elements as well.
Make UI backgrounds a bit more opaque.
Fix crash when passing NULL filename to OSD code.
Diffstat (limited to 'src/emu/debugint/debugint.c')
-rw-r--r-- | src/emu/debugint/debugint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/debugint/debugint.c b/src/emu/debugint/debugint.c index 5fa4987140e..a63b500a0b0 100644 --- a/src/emu/debugint/debugint.c +++ b/src/emu/debugint/debugint.c @@ -899,7 +899,7 @@ void debugint_init(running_machine *machine) { unicode_char ch; int chw; - debug_font = machine->render().font_alloc("ui.bdf"); //ui_get_font(); + debug_font = machine->render().font_alloc("ui.bdf"); //ui_get_font(machine); debug_font_width = 0; debug_font_height = 15; |