mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-17 11:39:13 +01:00
a9fe0ec0ab
- 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.