Make portsmf a git submodule (#7755)

Instead of including the files directly in plugins/MidiImport/portsmf,
that path is now a git submodule (https://github.com/portsmf/portsmf).

Several other changes have been made to clean up MidiImport as well.
This commit is contained in:
Fawn
2025-10-24 15:24:46 -07:00
committed by GitHub
parent 0c69da7233
commit b1e6d180c7
22 changed files with 223 additions and 7820 deletions

3
.gitmodules vendored
View File

@@ -47,3 +47,6 @@
[submodule "src/3rdparty/hiir/hiir"]
path = src/3rdparty/hiir/hiir
url = https://github.com/LostRobotMusic/hiir
[submodule "plugins/MidiImport/portsmf"]
path = plugins/MidiImport/portsmf
url = https://github.com/portsmf/portsmf