diff options
author | bunnei <[email protected]> | 2023-06-17 23:47:16 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-06-17 23:47:16 -0700 |
commit | 6e293be20bf958a5a8ee940ff1a0e01d81d44ef4 (patch) | |
tree | 1fd668b23ce6987a410cdde56b8a626c8bedec78 /.gitmodules | |
parent | 20db91f0fc70fe800ea5d0fb4814e24a077dd73b (diff) | |
parent | b99c4dd568fa12a833eeae25caeb9c0b1887465b (diff) | |
download | yuzu-mainline-6e293be20bf958a5a8ee940ff1a0e01d81d44ef4.tar.gz yuzu-mainline-6e293be20bf958a5a8ee940ff1a0e01d81d44ef4.zip |
Merge pull request #10797 from lat9nq/tzdb-patch
time: Various time zone fixes
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 95eae8109..89f2ad924 100644 --- a/.gitmodules +++ b/.gitmodules @@ -52,3 +52,6 @@ [submodule "libadrenotools"] path = externals/libadrenotools url = https://github.com/bylaws/libadrenotools +[submodule "tzdb_to_nx"] + path = externals/nx_tzdb/tzdb_to_nx + url = https://github.com/lat9nq/tzdb_to_nx.git |