summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/mii_model.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfs_vector: Make creation of array vfs files less verboseLioncash2020-08-051-12/+6
| | | | | | | | | We can add a helper function to make creation of these files nicer. While we're at it, we can eliminate an unnecessary std::array copy in the constructor. This makes the overhead on some of these functions way less intensive, given some arrays were quite large. e.g. The timezone location names are 9633 bytes in size.
* mii_model: Remove redundant std::moveMerryMage2020-06-191-1/+1
| | | | Named return value optimization automatically applies here.
* system_archive: Add open-source reimplementation of MiiModel dataZach Hilman2019-07-101-0/+46