summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/time_zone_binary.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
|
* Rework time service to fix time passing offline.Kelebek12024-01-241-1/+0
|
* nx_tzdb: Correct Antarctica spellinglat9nq2023-06-161-1/+1
|
* time_zone_binary: Add zoneinfo datalat9nq2023-06-051-642/+64
| | | | | | | | | | Adds the basic time zone data for the system archive. time_zone_binary: Implement full system archive time_zone_binary: Remove unneeded template tz_binary: Make GenerateFiles static
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* vfs_vector: Make creation of array vfs files less verboseLioncash2020-08-051-4/+5
| | | | | | | | | 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.
* time_zone_binary: Make use of designated initializersLioncash2020-08-031-17/+25
|
* system_archive: Add a basic HLE implementation for time zone binary.bunnei2020-01-041-0/+657