summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/system_archive.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* system_archive: Add open-source reimplementation of MiiModel dataZach Hilman2019-07-101-1/+2
|
* set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman2019-03-101-1/+2
| | | Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
* system_archive: Implement open source NgWord2Zach Hilman2018-12-061-1/+1
|
* system_archive: Use a regular function pointer instead of std::function for file-scope system archive arrayLioncash2018-12-051-3/+2
| | | | | | | This allows the array to be constexpr. std::function is also allowed to allocate memory, which makes its constructor non-trivial, we definitely don't want to have all of these execute at runtime, taking up time before the application can actually load.
* file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman2018-11-231-4/+4
|
* file_sys: Add framework for synthesizing open source archivesZach Hilman2018-11-161-0/+91