dolphin/Source/Core
Léo Lam 95aae11164 IOS: Do not manually close devices in destructor
This used to be necessary for properly cleaning up the FS state because
the old FS implementation used static state and only performed cleanup
in the close function, not in the destructor.

Now that the static state is gone, we do not need to close devices
manually anymore.
2018-04-12 22:16:10 +02:00
..
AudioCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
Common Reformat all the things! 2018-04-12 21:28:39 +02:00
Core IOS: Do not manually close devices in destructor 2018-04-12 22:16:10 +02:00
DiscIO Reformat all the things! 2018-04-12 21:28:39 +02:00
DolphinNoGUI DolphinNoGUI/CMakeLists: Remove the use of SRCS and LIBS variables 2018-04-04 11:42:57 -04:00
DolphinQt2 Reformat all the things! 2018-04-12 21:28:39 +02:00
DolphinWX Reformat all the things! 2018-04-12 21:28:39 +02:00
InputCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
UICommon Use configured locale in UICommon::FormatSize 2018-04-09 19:14:15 +02:00
Updater Updater: Implement UI 2018-03-28 17:59:22 +02:00
VideoBackends Reformat all the things! 2018-04-12 21:28:39 +02:00
VideoCommon Reformat all the things! 2018-04-12 21:28:39 +02:00
CMakeLists.txt