dolphin/Source/Core
Léo Lam 91bcd756ff Core: Remove useless ShutdownWiiRoot calls
I don't see why we need to call ShutdownWiiRoot on InitializeWiiRoot.

Also, atexit? Really? Not only is this unnecessary, it will also cause
ShutdownWiiRoot to be called twice in rapid succession for no reason.
2017-06-10 20:00:43 +02:00
..
AudioCommon msbuild: obey some warnings about missing virtual destructors 2017-06-07 20:20:25 -07:00
Common remove MemUsage, and therefor psapi dependency 2017-06-08 22:25:46 -07:00
Core Core: Remove useless ShutdownWiiRoot calls 2017-06-10 20:00:43 +02:00
DiscIO VolumeDirectory: That's not what "4 byte" means 2017-06-09 20:00:36 +02:00
DolphinNoGUI Boot: Clean up the boot code 2017-06-06 16:27:52 +02:00
DolphinQt2 msvc: enable some default-off warnings 2017-06-07 21:07:36 -07:00
DolphinWX FilesystemPanel: Expand game partition rather than second partition 2017-06-09 18:04:58 +02:00
InputCommon do not assign in conditional statements 2017-06-07 20:09:44 -07:00
UICommon
VideoBackends video: change multisample/AA setting to u32 2017-06-07 20:20:25 -07:00
VideoCommon video: change multisample/AA setting to u32 2017-06-07 20:20:25 -07:00
CMakeLists.txt