mirror of
https://github.com/holub/mame
synced 2025-06-02 02:49:44 +03:00
Remove debug prints, nw
This commit is contained in:
parent
d67b94c268
commit
141e1d0a64
@ -622,10 +622,8 @@ void render_container::set_overlay(bitmap_argb32 *bitmap)
|
|||||||
m_overlaybitmap = bitmap;
|
m_overlaybitmap = bitmap;
|
||||||
if (m_overlaybitmap != nullptr)
|
if (m_overlaybitmap != nullptr)
|
||||||
{
|
{
|
||||||
printf("Allocating overlay\n");
|
|
||||||
m_overlaytexture = m_manager.texture_alloc(render_container::overlay_scale);
|
m_overlaytexture = m_manager.texture_alloc(render_container::overlay_scale);
|
||||||
m_overlaytexture->set_bitmap(*bitmap, bitmap->cliprect(), TEXFORMAT_ARGB32);
|
m_overlaytexture->set_bitmap(*bitmap, bitmap->cliprect(), TEXFORMAT_ARGB32);
|
||||||
printf("Done allocating overlay\n");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user