1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/mame/nonag.patch
2022-04-02 03:53:50 +00:00

11 lines
333 B
Diff

--- a/src/emu/render.cpp
+++ b/src/emu/render.cpp
@@ -1429,7 +1429,7 @@
add_element_primitives(list, item_xform, curitem);
}
}
- else
+ else if ( !m_manager.machine().options().skip_gameinfo() )
{
// if we are not in the running stage, draw an outer box
render_primitive *prim = list.alloc(render_primitive::QUAD);