mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-08 12:29:00 -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.