diff options
| author | 2023-06-13 13:28:45 -0700 | |
|---|---|---|
| committer | 2023-06-13 13:28:45 -0700 | |
| commit | 698a3eda508ca0d3220452854b3ec977d7be5ea2 (patch) | |
| tree | fc71df2feda7bfed6f686e3f7aa0fa8629aebc5d /externals/nx_tzdb/include | |
| parent | Merge pull request #10760 from FearlessTobi/translations (diff) | |
| parent | tz_manager: Fix comparison to wrong integer (diff) | |
| download | yuzu-698a3eda508ca0d3220452854b3ec977d7be5ea2.tar.gz yuzu-698a3eda508ca0d3220452854b3ec977d7be5ea2.tar.xz yuzu-698a3eda508ca0d3220452854b3ec977d7be5ea2.zip | |
Merge pull request #10603 from lat9nq/tz-more-complete
core,common: Implement missing time zone data/computations
Diffstat (limited to 'externals/nx_tzdb/include')
| -rw-r--r-- | externals/nx_tzdb/include/nx_tzdb.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/externals/nx_tzdb/include/nx_tzdb.h b/externals/nx_tzdb/include/nx_tzdb.h new file mode 100644 index 000000000..d7b1e4304 --- /dev/null +++ b/externals/nx_tzdb/include/nx_tzdb.h | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | // SPDX-FileCopyrightText: 2023 yuzu Emulator Project | ||
| 2 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
| 3 | |||
| 4 | #pragma once | ||
| 5 | |||
| 6 | #include "nx_tzdb/africa.h" | ||
| 7 | #include "nx_tzdb/america.h" | ||
| 8 | #include "nx_tzdb/america_argentina.h" | ||
| 9 | #include "nx_tzdb/america_indiana.h" | ||
| 10 | #include "nx_tzdb/america_kentucky.h" | ||
| 11 | #include "nx_tzdb/america_north_dakota.h" | ||
| 12 | #include "nx_tzdb/antartica.h" | ||
| 13 | #include "nx_tzdb/arctic.h" | ||
| 14 | #include "nx_tzdb/asia.h" | ||
| 15 | #include "nx_tzdb/atlantic.h" | ||
| 16 | #include "nx_tzdb/australia.h" | ||
| 17 | #include "nx_tzdb/base.h" | ||
| 18 | #include "nx_tzdb/brazil.h" | ||
| 19 | #include "nx_tzdb/canada.h" | ||
| 20 | #include "nx_tzdb/chile.h" | ||
| 21 | #include "nx_tzdb/etc.h" | ||
| 22 | #include "nx_tzdb/europe.h" | ||
| 23 | #include "nx_tzdb/indian.h" | ||
| 24 | #include "nx_tzdb/mexico.h" | ||
| 25 | #include "nx_tzdb/pacific.h" | ||
| 26 | #include "nx_tzdb/us.h" | ||
| 27 | #include "nx_tzdb/zoneinfo.h" | ||