mirror of
https://github.com/holub/mame
synced 2025-05-27 08:11:27 +03:00
namcos23: Enable work queues for a substantial framerate boost in 3D scenes [O. Galibert]
This commit is contained in:
parent
11a3efc873
commit
2e13fc61d7
@ -2380,7 +2380,7 @@ static VIDEO_START( ss23 )
|
||||
{
|
||||
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 )
|
||||
|
Loading…
Reference in New Issue
Block a user