Previous 199869 Revisions Next

r190735 Friday 18th November, 2022 at 07:25:27 UTC by casualpokeplayer
Ensure queue->thread will have at least 1 work_thread_info in it (#10560)

For platforms which do not support threads (i.e. emuscripten), queue->thread might not have any work_thread_info's added to it. This is bad as osd_work_item_queue_multiple will access queue->thread[0] when queue->threads == 0, and subsequently crash as the queue has no items in it.
[/branches/pc88va_spring_cleaning/src/osd]osdsync.cpp


Previous 199869 Revisions Next


© 1997-2024 The MAME Team