mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 10:32:40 +00:00
b75336bcb6
**SUBMODULES UPDATED** - Nuked-OPL3 is no longer a submodule as I had to directly modify the core for this if you mess up while removing Nuked-OPL3 from your repo, delete everything and clone again fixes #414
21 lines
618 B
Text
21 lines
618 B
Text
[submodule "extern/Nuked-OPN2"]
|
|
path = extern/Nuked-OPN2
|
|
url = https://github.com/nukeykt/Nuked-OPN2
|
|
[submodule "extern/SDL"]
|
|
path = extern/SDL
|
|
url = https://github.com/libsdl-org/SDL.git
|
|
branch = main
|
|
[submodule "extern/libsndfile"]
|
|
path = extern/libsndfile
|
|
url = https://github.com/libsndfile/libsndfile.git
|
|
branch = master
|
|
[submodule "extern/imgui"]
|
|
path = extern/imgui
|
|
url = https://github.com/ocornut/imgui.git
|
|
branch = docking
|
|
[submodule "extern/fmt"]
|
|
path = extern/fmt
|
|
url = https://github.com/fmtlib/fmt.git
|
|
[submodule "extern/adpcm"]
|
|
path = extern/adpcm
|
|
url = https://github.com/superctr/adpcm
|