summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/system_archive.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2020-01-04system_archive: Add a basic HLE implementation for time zone binary.bunnei1-1/+2
2019-10-13system_archive: Synthesize shared fonts system archivesZach Hilman1-5/+6
2019-09-22Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1"David Marcec1-6/+5
This reverts commit fa1c60c33ef88c6cd0b72da46842dc9098db712d, reversing changes made to e34899067b60a69bca02761bd1290c6824bb559a.
2019-09-22system_archive: Synthesize shared fonts system archivesZach Hilman1-5/+6
2019-07-10system_archive: Add open-source reimplementation of MiiModel dataZach Hilman1-1/+2
2019-03-10set_sys: Implement GetFirmwareVersion(2) for libnx hosversionZach Hilman1-1/+2
Uses the synthesized system archive 9 (SystemVersion) and reports v5.1.0-0.0
2018-12-06system_archive: Implement open source NgWord2Zach Hilman1-1/+1
2018-12-05system_archive: Use a regular function pointer instead of std::function for file-scope system archive arrayLioncash1-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.
2018-11-23file_sys: Implement system archive synthesizer for NgWord (806)Zach Hilman1-4/+4
2018-11-16file_sys: Add framework for synthesizing open source archivesZach Hilman1-0/+91