jpd002 / Play-

Play! - PlayStation2 Emulator
http://purei.org
Other
2.04k stars 248 forks source link

Fix Mailbox potential race condition #1305

Closed Zer0xFF closed 8 months ago

Zer0xFF commented 8 months ago

This might have some performance ramifications, since previously all waits got released once a single call finished.

having said that, I do think emu thread is the only thread that calls on GS, so if its waiting, calling all or once is all the same and will have no impact or notable change at that.

jpd002 commented 8 months ago

Thanks for this!