mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 15:31:17 +01:00
8bae4b7e51
Just re-disassembled STM and found out I have made a mistake when I changed STM stuff back in 2016. I accidentally made STM reset the event hook on close when it should have been done in the destructor (i.e. when IOS gets reset on console). Verified in IDA that STM just `IOS_ResourceReply(request, IOS_OK)` without ever resetting the hook.