dolphin/Source/Core
Léo Lam ec729e2ee3 Stop Movie/Netplay before triggering STM shutdown
This fixes a bug which caused Movie (input recording or playback) or
netplay not to be stopped. DolphinWX previously triggered a STM power
event, and then the STM directly stopped the emulation; the code
which stops Movie/Netplay was completely skipped.

This is fixed by moving it /before/ sending the shutdown event.
2016-12-24 00:44:30 +01:00
..
AudioCommon AudioCommon: Remove unnecessary headers 2016-12-11 06:11:37 -05:00
Common Import/Export signature files as CSV 2016-12-18 00:27:10 +00:00
Core DSPMemoryMap: Move function implementations into the cpp file 2016-12-22 20:09:52 -05:00
DiscIO Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX Stop Movie/Netplay before triggering STM shutdown 2016-12-24 00:44:30 +01:00
InputCommon Merge pull request #4362 from ligfx/osxhotplug 2016-12-01 00:29:56 -06:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4224 from lioncash/tcache 2016-12-23 04:33:42 -05:00
VideoCommon Merge pull request #4224 from lioncash/tcache 2016-12-23 04:33:42 -05:00
CMakeLists.txt