dolphin/Source/Core
Léo Lam 52f00603e2 Core: Use RAII for EmuThread shutdown
This is more reliable, as this guarantees subsystems will be
shut down in the same order they were initialised (if they were
initialised). It also allows us to stop keeping track of what needs to
be shut down manually and just return in case of errors.

This should prevent the emulator from getting totally stuck when
the boot process does fail.
2017-06-03 19:05:35 +02:00
..
AudioCommon upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
Common Common: Add a std::variant implementation 2017-06-03 12:36:24 +02:00
Core Core: Use RAII for EmuThread shutdown 2017-06-03 19:05:35 +02:00
DiscIO DiscIO: Fix the wrong NAND root being used 2017-06-03 12:36:24 +02:00
DolphinNoGUI Tools: Load GameCube BIOS added 2017-05-22 22:44:21 +01:00
DolphinQt2 Merge pull request #5503 from ligfx/qtelidedbutton 2017-06-03 12:47:18 +02:00
DolphinWX Merge pull request #5271 from JosJuice/allow-aslr 2017-06-02 21:53:02 -07:00
InputCommon upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
UICommon upgrade to Windows SDK 10.0.15063.0 2017-05-28 13:37:31 +02:00
VideoBackends Fix for loop in D3D Renderer ApplyState function 2017-05-29 23:32:32 -05:00
VideoCommon Merge pull request #5271 from JosJuice/allow-aslr 2017-06-02 21:53:02 -07:00
CMakeLists.txt Moved NoGUI out of DolphinWx. 2017-03-08 01:24:18 -08:00