summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar bunnei2023-06-17 23:47:16 -0700
committerGravatar GitHub2023-06-17 23:47:16 -0700
commit6e293be20bf958a5a8ee940ff1a0e01d81d44ef4 (patch)
tree1fd668b23ce6987a410cdde56b8a626c8bedec78 /.gitmodules
parentMerge pull request #10828 from liamwhite/somehow-still-using-llvm-14 (diff)
parenttime_zone_service: Always write time zone rule data (diff)
downloadyuzu-6e293be20bf958a5a8ee940ff1a0e01d81d44ef4.tar.gz
yuzu-6e293be20bf958a5a8ee940ff1a0e01d81d44ef4.tar.xz
yuzu-6e293be20bf958a5a8ee940ff1a0e01d81d44ef4.zip
Merge pull request #10797 from lat9nq/tzdb-patch
time: Various time zone fixes
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
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 @@
52[submodule "libadrenotools"] 52[submodule "libadrenotools"]
53 path = externals/libadrenotools 53 path = externals/libadrenotools
54 url = https://github.com/bylaws/libadrenotools 54 url = https://github.com/bylaws/libadrenotools
55[submodule "tzdb_to_nx"]
56 path = externals/nx_tzdb/tzdb_to_nx
57 url = https://github.com/lat9nq/tzdb_to_nx.git