diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-16 10:15:19 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-16 10:15:19 +0200 |
commit | b23c358e3d837bc4aab1444d23dd1d5915a79777 (patch) | |
tree | 45f06e02535ee3746f38d0d9de4f1c20cf1e58fb /.gitmodules | |
parent | nx_tzdb: Support submoduling tzdb_to_nx (diff) | |
download | yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.gz yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.bz2 yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.lz yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.xz yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.tar.zst yuzu-b23c358e3d837bc4aab1444d23dd1d5915a79777.zip |
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 |