mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
Initialize PollFD.revents field to prevent assertion failures when copying from read buffer. The assertion was failing because revents contained uninitialized data from the buffer. Thanks to Dr.Stug for providing the logs that identified this issue. Fixes assertion failure at core\hle\service\sockets\bsd.cpp:564 Signed-off-by: Zephyron <zephyron@citron-emu.org>