diff options
| author | Crementif <26669564+Crementif@users.noreply.github.com> | 2026-05-20 19:58:23 +0200 |
|---|---|---|
| committer | Crementif <26669564+Crementif@users.noreply.github.com> | 2026-05-21 23:18:21 +0200 |
| commit | 5190527369bd879a7182eaa39171780b38313c15 (patch) | |
| tree | 59a6297e0c23cdb57658bd6b56f9119101f729b5 /.gitmodules | |
| parent | f293e2d46492ed9221a3864fdd6613f263cf5bef (diff) | |
Update Wii U IDA loader to IDA 9.3
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9569be2..2322c56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "third_party/tinyxml"] path = third_party/tinyxml - url = https://github.com/icebreaker/TinyXML + url = https://github.com/leethomason/tinyxml2 +[submodule "third_party/ida-sdk"] + path = third_party/ida-sdk + url = https://github.com/HexRaysSA/ida-sdk |
