diff options
author | Tony Wasserka <NeoBrainX@gmail.com> | 2014-11-27 19:09:37 +0100 |
---|---|---|
committer | Tony Wasserka <NeoBrainX@gmail.com> | 2014-12-20 18:06:55 +0100 |
commit | 056a8f9dfa5f3da3bc3dfc0b032283db0ff6ab15 (patch) | |
tree | 33ba57e903eae71c0bb481d8bd17456debd5132b /.gitmodules | |
parent | 79c29243ed94fb247dfa5a60e1863a8f64f11669 (diff) |
Add nihstro (a 3DS shader tools suite) as a submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 54714e5cd..a9e0a5c1a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "externals/boost"] path = externals/boost url = https://github.com/citra-emu/ext-boost.git +[submodule "externals/nihstro"] + path = externals/nihstro + url = https://github.com/neobrain/nihstro.git |