summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Robbbert <pac0446@bigpond.net.au>2015-05-23 22:31:51 +1000
committer Robbbert <pac0446@bigpond.net.au>2015-05-23 22:31:51 +1000
commit1f9b3537c982e1a0cf6b665e1595cf34248c75af (patch)
treed8c6ed9ae58f33f45d3895d3006bb0755afc5f3a
parentca0054a8d9df4c0bdc4977eedcbe45c094e92b86 (diff)
parent45b0cb6989ac19b89be090401684461801ee57e9 (diff)
Merge branch 'master' of https://github.com/mamedev/mame
-rw-r--r--src/mame/video/rdpspn16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/rdpspn16.c b/src/mame/video/rdpspn16.c
index 8625f9b860b..1c9ada892ba 100644
--- a/src/mame/video/rdpspn16.c
+++ b/src/mame/video/rdpspn16.c
@@ -76,7 +76,7 @@ void n64_rdp::render_spans(INT32 start, INT32 end, INT32 tilenum, bool flip, ext
render_triangle_custom(m_visarea, render_delegate(FUNC(n64_rdp::span_draw_fill), this), start, (end - start) + 1, spans + offset);
break;
}
- wait();
+ //wait();
}
void n64_rdp::rgbaz_clip(INT32 sr, INT32 sg, INT32 sb, INT32 sa, INT32* sz, rdp_span_aux* userdata)