dolphin/Source/Core
Léo Lam 36c4dda4ed IOS HLE: Simplify Reset() and SetDefaultContentFile()
Reset():
We only need to close IOS devices which were opened, and we can do that
simply by iterating over s_fdmap and closing any opened device.
With this change, s_device_map can be cleared at once.

SetDefaultContentFile():
We can just use s_es_handles which is guaranteed to contain three valid
ES devices. Gets rid of a downcast.
2017-01-11 17:52:28 +01:00
..
AudioCommon Add Silent Audio Dumping INI Option 2017-01-08 13:53:44 -05:00
Common Common: Move BreakPoints into Core 2017-01-10 05:24:44 -05:00
Core IOS HLE: Simplify Reset() and SetDefaultContentFile() 2017-01-11 17:52:28 +01:00
DiscIO WbfsBlob: Don't wrap file_entry in std::unique_ptr 2017-01-11 13:39:46 +01:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX Common: Move BreakPoints into Core 2017-01-10 05:24:44 -05:00
InputCommon macOS: Add missing includes to fix no-PCH build 2017-01-02 11:45:24 +11:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends VideoSW: Fix GL ES shader. 2017-01-07 12:32:15 +01:00
VideoCommon TextureDecoder: Seperate each format into its own function 2017-01-10 20:41:00 +10:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00