Made RT64 into a submodule, redid UI patching using new extended gbi alignment commands

This commit is contained in:
Mr-Wiseguy
2023-12-03 13:14:54 -05:00
parent f5bbe1d784
commit a487014623
10 changed files with 116 additions and 1062 deletions

10
.gitmodules vendored
View File

@@ -1,9 +1,9 @@
[submodule "lib/RmlUi"]
path = lib/RmlUi
url = https://github.com/mikke89/RmlUi/
[submodule "thirdparty/RmlUi"]
path = thirdparty/RmlUi
url = https://github.com/mikke89/RmlUi
[submodule "thirdparty/nativefiledialog-extended"]
path = thirdparty/nativefiledialog-extended
[submodule "lib/nativefiledialog-extended"]
path = lib/nativefiledialog-extended
url = https://github.com/btzy/nativefiledialog-extended
[submodule "lib/RT64-HLE"]
path = lib/RT64-HLE
url = https://github.com/DarioSamo/RT64-HLE/