obhq / obliteration

Experimental PS4 emulator written in Rust for Windows, macOS and Linux
https://obliteration.net
MIT License
601 stars 17 forks source link

Implements poll events #732

Closed SuchAFuriousDeath closed 4 months ago

SuchAFuriousDeath commented 4 months ago

The flags in PollEvents are the same as FreeBSD, this can be deduced through inspecting poll_no_poll. I also think PollFd makes more sense to have in filedesc, because that's where pollscan will be in the future alongside other functions related to polling.