dolphin/Source/Core
Lioncash 4c70f05fe0 MemoryWindow: Get rid of unnecessary std::string constructions
std::string's operator+ will handle this. Also move std::string to where
they're actually needed. There's no need to construct an unnecessary
string if the first failure case occurs.
2017-04-30 03:22:34 -04:00
..
AudioCommon DPL2Decoder: Prefer static_cast to C-style casts 2017-04-23 09:21:30 +01:00
Common GLExtensions: Add GL_EXT_texture_compression_s3tc 2017-04-29 00:14:23 +10:00
Core Merge pull request #5342 from sepalani/ppc-analyst-crash 2017-04-30 03:47:33 +01:00
DiscIO Merge pull request #5077 from ds84182/volume_directory_off_by_uno 2017-04-29 23:57:32 +02:00
DolphinNoGUI
DolphinQt2
DolphinWX MemoryWindow: Get rid of unnecessary std::string constructions 2017-04-30 03:22:34 -04:00
InputCommon ControllerEmu: Replace includes with forward declarations 2017-04-04 20:38:30 -04:00
UICommon Revert "Use a single libusb context" 2017-03-26 15:58:30 +02:00
VideoBackends TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
VideoCommon TextureCache: Move host texture utility functions to VideoCommon 2017-04-29 13:46:43 +10:00
CMakeLists.txt