dolphin/Source/Core/Core/IOS
Léo Lam 8bae4b7e51 IOS/STM: Reset the event hook at the correct time
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.
2018-04-13 23:34:35 +02:00
..
DI Assert: Uppercase assertion macros 2018-03-14 22:03:12 -04:00
ES Reformat all the things! 2018-04-12 21:28:39 +02:00
FS IOS/FS: Emulate read/write/close/seek timing 2018-04-07 23:35:28 +02:00
Network Reformat all the things! 2018-04-12 21:28:39 +02:00
SDIO Reformat all the things! 2018-04-12 21:28:39 +02:00
STM IOS/STM: Reset the event hook at the correct time 2018-04-13 23:34:35 +02:00
USB Reformat all the things! 2018-04-12 21:28:39 +02:00
WFS Reformat all the things! 2018-04-12 21:28:39 +02:00
Device.cpp IOS: Adjust IPC timing based on hardware tests 2018-03-16 18:51:07 +01:00
Device.h IOS: Rewrite FS to use FileSystem 2018-03-31 10:58:37 +02:00
DeviceStub.cpp IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
DeviceStub.h IOS: Change devices to always return IPCCommandResult 2018-02-27 21:12:07 +01:00
IOS.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
IOS.h IOS: Change GetFS() to return a FileSystem 2018-03-31 10:45:44 +02:00
IOSC.cpp Reformat all the things! 2018-04-12 21:28:39 +02:00
IOSC.h IOS: Remove ec_wii functions 2018-02-19 20:34:06 +01:00
MIOS.cpp [Cleanup] IOS: Clean up the way ARM binaries are loaded 2017-10-24 11:41:54 +02:00
MIOS.h IOS: Implement MIOS functionality 2017-02-08 15:07:34 +01:00
VersionInfo.cpp IOS: Fix regression affecting BC launch 2018-02-27 18:16:05 +01:00
VersionInfo.h ES: Make it fail on unsupported installed IOSes 2018-02-11 18:42:02 +01:00