dolphin/Source/Core
Lioncash 2f2aab963d SymbolDB: Simplify GetSymbolsFromHash
Given a std::map can't have duplicate keys, iterating over the map
explicitly isn't necessary, and find() can just be used instead.

Also, instead of manually calling push_back() for every entry to
be added, the range constructor of std::vector can be used instead to add
the whole range all at once.
2017-02-18 06:30:20 -05:00
..
AudioCommon C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
Common SymbolDB: Simplify GetSymbolsFromHash 2017-02-18 06:30:20 -05:00
Core IOS Network: Split wd/command code into its own source files 2017-02-18 02:35:53 -05:00
DiscIO Merge pull request #4883 from JosJuice/dvd-timing-address-translation-2 2017-02-15 21:12:42 +01:00
DolphinQt2 Use .manifest file for apps on Windows 2017-02-10 14:18:45 -08:00
DolphinWX wxWidgets expects non-const 2017-02-15 21:20:29 -08:00
InputCommon Merge pull request #4892 from lioncash/control 2017-02-15 11:26:53 -05:00
UICommon Fix LLVM error 2017-02-10 19:07:30 -08:00
VideoBackends C++ conformance fixes (MSVC /permissive-) 2017-02-15 20:37:04 -08:00
VideoCommon Merge pull request #4596 from ligfx/updateffmpeg 2017-02-18 21:12:37 +13:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00