dolphin/Source
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
..
Android Android: Change Exit Without Saving to Save and Exit 2017-01-10 17:12:42 -05:00
Core IOS HLE: Simplify Reset() and SetDefaultContentFile() 2017-01-11 17:52:28 +01:00
DSPSpy
DSPTool DSP: Namespace remaining un-namespaced DSP code 2016-12-31 17:20:14 -05:00
PCH
UnitTests Add the g_ prefix to the jit global 2017-01-07 23:19:49 +01:00
VSProps
.clang-format specify custom brace style to fix unions 2017-01-05 12:55:13 +01:00
CMakeLists.txt
dolphin-emu.sln