mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-09 16:14:06 +00:00
Instead of allowing unknown ioctlvs and faking success for both unknown and unimplemented ioctlvs, which can possibly result in nasty, hard to debug bugs (if the emulated software behaves unexpectedly), we should reject unknown ioctlvs and log known, but unimplemented ioctlvs.