namcos23: Enable work queues for a substantial framerate boost in 3D scenes [O. Galibert]

This commit is contained in:
R. Belmont 2012-02-29 14:39:45 +00:00
parent 11a3efc873
commit 2e13fc61d7

View File

@ -2380,7 +2380,7 @@ static VIDEO_START( ss23 )
{ {
state->m_bgtilemap->set_scrolldx(860, 860); state->m_bgtilemap->set_scrolldx(860, 860);
} }
state->m_render.polymgr = poly_alloc(machine, 10000, sizeof(namcos23_render_data), POLYFLAG_NO_WORK_QUEUE); state->m_render.polymgr = poly_alloc(machine, 10000, sizeof(namcos23_render_data), 0);
} }
static SCREEN_UPDATE_RGB32( ss23 ) static SCREEN_UPDATE_RGB32( ss23 )