dolphin/Source/Core
Lioncash f07cf9ebab UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any contiguous container
This allows the same code to be used to read into a std::string, which
allows for eliminating the vector->string transfer when reading the
manifest file.

A ContiguousContainer is a concept that includes std::array,
std::string, and std::vector.
2019-05-27 13:29:40 -04:00
..
AudioCommon
Common
Core
DiscIO
DolphinNoGUI
DolphinQt Merge pull request #7799 from Tilka/mapping 2019-05-26 18:10:06 +02:00
InputCommon
MacUpdater
UICommon UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any contiguous container 2019-05-27 13:29:40 -04:00
UpdaterCommon
VideoBackends Also free when initialization fails, and move to end 2019-05-26 19:59:29 -07:00
VideoCommon
WinUpdater
CMakeLists.txt