Add fmt submodule and port shader decompiler instructions to it

This commit is contained in:
wheremyfoodat 2024-07-24 23:48:55 +03:00
parent 90f411889b
commit a2b8a7b23d
4 changed files with 15 additions and 8 deletions

3
.gitmodules vendored
View file

@ -76,3 +76,6 @@
[submodule "third_party/metal-cpp"]
path = third_party/metal-cpp
url = https://github.com/Panda3DS-emu/metal-cpp
[submodule "third_party/fmt"]
path = third_party/fmt
url = https://github.com/fmtlib/fmt