mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-24 12:22:34 -06:00

- CEXIETHERNET::SendComplete is always called from the main thread, so drop the _Threadsafe. - Mark the FIFO player thread as the "CPU thread" so it can call ScheduleEvent without complaints. I haven't actually tested this, since I don't know how to use the FIFO player; it might break something.