dolphin/Source/Core/UICommon/ResourcePack
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
..
Manager.cpp UICommon/Manager: Remove unused std::string variable in Remove() 2019-05-27 13:09:21 -04:00
Manager.h Implement resource packs 2018-12-19 11:03:09 +01:00
Manifest.cpp ResourcePacks: Support compression 2019-02-02 15:54:06 +01:00
Manifest.h ResourcePacks: Support compression 2019-02-02 15:54:06 +01:00
ResourcePack.cpp UICommon/ResourcePack: Allow ReadCurrentFileUnlimited() to read into any contiguous container 2019-05-27 13:29:40 -04:00
ResourcePack.h UICommon/ResourcePack: Provide inequality operator to complement equality operator 2019-03-13 15:55:20 -04:00