aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mame/nonag.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mame/nonag.patch')
-rw-r--r--testing/mame/nonag.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/mame/nonag.patch b/testing/mame/nonag.patch
index d3fd0760c8c..b382a8fb6fe 100644
--- a/testing/mame/nonag.patch
+++ b/testing/mame/nonag.patch
@@ -1,12 +1,11 @@
--- a/src/emu/render.cpp
+++ b/src/emu/render.cpp
-@@ -1399,7 +1399,8 @@
+@@ -1429,7 +1429,7 @@
+ add_element_primitives(list, item_xform, curitem);
}
-
- // if we are not in the running stage, draw an outer box
+ }
- else
-+ // DISABLE WHITE BORDER
+ 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);
- set_render_bounds_xy(prim->bounds, 0.0f, 0.0f, (float)m_width, (float)m_height);