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 |
https://github.com/mamedev/mame/commit/14fe203b96a2ebc57c53738a5264e4f3b509dd49 |
Previous | 199869 Revisions | Next |